Update pkg version to 2.3
All checks were successful
Stage / build (push) Successful in 8s
Stage / rsync (push) Successful in 10s

This commit is contained in:
Ethan Lane 2024-08-07 17:12:10 +01:00
parent f7c6552899
commit 8186341292

View file

@ -9,7 +9,7 @@ const program = new Command();
program
.name('random-bunny')
.description('Get a random image url from a subreddit of your choosing')
.version('2.2')
.version('2.3')
.option('-s, --subreddit <subreddit>', 'The subreddit to search', 'rabbits')
.option('-j, --json', 'Output as JSON')
.option('-q, --query-metadata', 'Include query metadata in result')