Skip to content

Commit

Permalink
Remove invalid command line option in commander 13
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Jan 6, 2025
1 parent c921f84 commit d293839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strudy.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ program
.command('inspect')
.alias('study')
.argument('<crawl>', 'Path/URL to crawl report')
.option('-cc, --cc <names...>', 'people to Cc in issues that may need help')
.option('--cc <names...>', 'people to Cc in issues that may need help')
.option('-f, --format <format>', 'report markdown or json', 'markdown')
.option('-i, --issues <folder>', 'report issues as markdown files in the given folder')
.option('-m, --max <max>', 'maximum number of issue files to create/update', myParseInt, 0)
Expand Down

0 comments on commit d293839

Please sign in to comment.