Tip: [cmdlog] to know where default values are loaded from #342
drewburlingame
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app that can load default values from a config file and the config file can be local to the directory or in a user folder. I needed to see which file the defaults were loading from. I also wanted to make sure my arguments were being parsed correctly from the console.
Using [cmdlog] I was able to see the source of the default value and the input values.
Beta Was this translation helpful? Give feedback.
All reactions