We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d34bc commit a2734beCopy full SHA for a2734be
README.md
@@ -406,7 +406,7 @@ func init() {
406
407
In this example the persistent flag `author` is bound with `viper`.
408
**Note**, that the variable `author` will not be set to the value from config,
409
-when the `--author` flag is not provided by user.
+when the `--author` flag is provided by user.
410
411
More in [viper documentation](https://github.com/spf13/viper#working-with-flags).
412
0 commit comments