Skip to content

Commit

Permalink
key is optional for command line now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsj committed Dec 12, 2019
1 parent 964edf7 commit c0d50a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.js
Expand Up @@ -31,7 +31,7 @@ program
.action(submitTask);

program
.command('fetchtask <key>')
.command('fetchtask [key]')
.description('Fetches any task as per the key supplied')
.action(fetchTask);

Expand Down

0 comments on commit c0d50a3

Please sign in to comment.