mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
fix test
This commit is contained in:
@@ -48,7 +48,7 @@ cp.exec("cmd.sh " + require("optimist").argv.foo); // NOT OK
|
||||
argv: {
|
||||
...args
|
||||
},
|
||||
} = yargs
|
||||
} = require('yargs')
|
||||
.usage('Usage: foo bar')
|
||||
.command();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user