We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
String slice command line args passed in are not being split into multiple elements.
Blacklist, whitelist and tags are the relevant fields.
Inconsistent values obtained when passing in -b "one" -b "two" and -b "one" "two". One ignores the second param and the other joins with a comma.
-b "one" -b "two"
-b "one" "two"
viper/cobra/pflag versions are:
~/g/s/g/s/viper (master|✔) $ git log -1 commit 5ed0fc31f7f453625df314d8e66b9791e8d13003 ~/g/s/g/s/cobra (master|✔) $ git log -1 commit 1dd5ff2e11b6dca62fdcb275eb804b94607d8b06 ~/g/s/g/s/pflag (master|✔) $ git log -1 commit 25f8b5b07aece3207895bf19f7ab517eb3b22a40
The text was updated successfully, but these errors were encountered:
4506da6
No branches or pull requests
String slice command line args passed in are not being split into multiple elements.
Blacklist, whitelist and tags are the relevant fields.
Inconsistent values obtained when passing in
-b "one" -b "two"
and-b "one" "two"
. One ignores the second param and the other joins with a comma.viper/cobra/pflag versions are:
The text was updated successfully, but these errors were encountered: