You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to parse a config file, which is completely separate from the flags/env, and locating/parsing that config file is something that basically every command would need. Is there' functionality like cobra's persistent pre-run?
I'd like to parse a config file, which is completely separate from the flags/env, and locating/parsing that config file is something that basically every command would need. Is there' functionality like cobra's persistent pre-run?