We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dd57f commit edfa805Copy full SHA for edfa805
README.md
@@ -375,7 +375,7 @@ func init() {
375
376
In this example the persistent flag `author` is bound with `viper`.
377
**Note**, that the variable `author` will not be set to the value from config,
378
-when the `--author` flag is not provided by user.
+when the `--author` flag is provided by user.
379
380
More in [viper documentation](https://github.com/spf13/viper#working-with-flags).
381
0 commit comments