| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,6 +33,7 @@ function CLI(usage, settings) { | |||
| 33 | 33 | let mode = 'both'; // Possible states are: [both, option, item] | |
| 34 | 34 | ||
| 35 | 35 | for (const arg of process.argv.slice(2)) { | |
| 36 | + if (arg === '--help') this.abort(usage); | ||
| 36 | 37 | if (arg === '--') { | |
| 37 | 38 | // Only items can follow -- | |
| 38 | 39 | mode = 'item'; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments