File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ positional arguments:
3333
3434optional arguments:
3535 -h, --help show this help message and exit
36- -i, --interactive **toggle the interactive CLI**
36+ -i, --interactive **toggle the interactive CLI**
3737 -v, --verbose print additional logs
3838 -m MAX_RESULTS, --max-results MAX_RESULTS
3939 (int) max results to query
@@ -46,7 +46,7 @@ optional arguments:
4646### Usage:
4747Run ` python3.9 mine-issues.py <QUERY> ` with the following optional parameters:
4848
49- ` -i ` or ` --interface ` : will cause the script to trigger the interactive CLI and ignore all other params. See screenshot above of the interface.
49+ ` -i ` or ` --interactive ` : will cause the script to trigger the interactive CLI and ignore all other params. See screenshot above of the interface.
5050
5151` -v ` or ` --verbose ` : will print out extra logging such as printing out the entire result object in neat JSON format.
5252
You can’t perform that action at this time.
0 commit comments