How does Viper store data of the flags? #1455
-
I notice that sometimes when I change a flag value, it doesn't seem to override it. My question boils down to knowing how it is stored. In the memory? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
sagikazarmark
Nov 3, 2022
Replies: 1 comment 2 replies
-
Well, Viper doesn't store them per se. It reads them from the argument list and keeps it in memory. Not sure what override means in this case. Can you give a concrete, reproducible example? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sagikazarmark
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, Viper doesn't store them per se. It reads them from the argument list and keeps it in memory.
Not sure what override means in this case. Can you give a concrete, reproducible example?