envy icon indicating copy to clipboard operation
envy copied to clipboard

Envy automatically exposes environment variables for all of your Go flags

Results 4 envy issues
Sort by recently updated
recently updated
newest added

Currently, persistent flags on subcommands are ignored. This PR changes that behaviour, so that they are also registered by envy. Fixes #7

If you have persistent flags in cobra subcommands, envy ignores them.