Skip to content

Commit

Permalink
feat: short alias for description on start command (#197)
Browse files Browse the repository at this point in the history
Adds a short `-d` to set the description on the start command.

Resolves 193
  • Loading branch information
beauraines authored Sep 23, 2024
1 parent 5506de2 commit c01bf27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmds/startTimeEntry.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export const command = 'start'
export const desc = 'Starts a time entry'

export const builder = {
description: {
d: {
alias: ['description'],
describe: 'Time entry name',
type: 'string:'
},
Expand Down

0 comments on commit c01bf27

Please sign in to comment.