We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ed74b commit 353f8fdCopy full SHA for 353f8fd
README.md
@@ -397,7 +397,7 @@ func init() {
397
398
In this example the persistent flag `author` is bound with `viper`.
399
**Note**, that the variable `author` will not be set to the value from config,
400
-when the `--author` flag is not provided by user.
+when the `--author` flag is provided by user.
401
402
More in [viper documentation](https://github.com/spf13/viper#working-with-flags).
403
0 commit comments