We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f805b2c commit f9747d5Copy full SHA for f9747d5
src/cli/bin/cli-bin.ts
@@ -45,7 +45,7 @@ async function main() {
45
scan.addOption(new Option(" --grpc_proxy <grpc_proxy>", "GRPC Proxy URL to use for connections (optional)." ));
46
scan.addOption(new Option("-v, --verbose", "Makes scan operation verbose"));
47
scan.addOption(new Option("-st, --settings <filename>", "Settings file to use for scanning (optional - default scanoss.json)"));
48
- scan.addOption(new Option("-stf, --skip-settings-file", ""));
+ scan.addOption(new Option("-stf, --skip-settings-file", "Skips settings file"));
49
50
scan.action((source, options) => {
51
scanHandler(source, options).catch((e) => {
0 commit comments