Upgrade commander

This commit is contained in:
Ethan Lane 2025-07-09 11:36:15 +01:00
parent ae2173bbe8
commit 7b65f9e263
3 changed files with 6 additions and 6 deletions

View file

@ -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')