We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79b101c + fd17b6b commit 505e8baCopy full SHA for 505e8ba
cli.js
@@ -47,7 +47,7 @@ if (argv.c) {
47
}
48
49
function validateCmdVariable (param) {
50
- if (!param.match(/^\w+=\w+$/)) {
+ if (!param.match(/^\w+=[a-zA-Z0-9"=^!?%@_&\-/:;.]+$/)) {
51
console.error('Unexpected argument ' + param + '. Expected variable in format variable=value')
52
process.exit(1)
53
0 commit comments