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
Clap is fantastic! Thanks everyone for your work on it.
I used to use setting = clap::ArgSettings::HideEnvValues within derive(clap::Parser) in order to hide e.g. API keys from showing up in the help message, but this is deprecated. What's the replacement? The suggested alternatives look to be functions for use in the builder pattern, and I can't seem to figure out how these would be used in the derive pattern.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Clap is fantastic! Thanks everyone for your work on it.
I used to use
setting = clap::ArgSettings::HideEnvValueswithinderive(clap::Parser)in order to hide e.g. API keys from showing up in the help message, but this is deprecated. What's the replacement? The suggested alternatives look to be functions for use in the builder pattern, and I can't seem to figure out how these would be used in the derive pattern.All reactions