Upgrade commander
This commit is contained in:
parent
ae2173bbe8
commit
7b65f9e263
3 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ const program = new Command();
|
|||
program
|
||||
.name('random-bunny')
|
||||
.description('Get a random image url from a subreddit of your choosing')
|
||||
.version('2.3')
|
||||
.version('2.4')
|
||||
.option('-s, --subreddit <subreddit>', 'The subreddit to search', 'rabbits')
|
||||
.option('-j, --json', 'Output as JSON')
|
||||
.option('-q, --query-metadata', 'Include query metadata in result')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue