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
When I create a CliktCommand with printHelpOnEmptyArgs set to true, with an option, if I launch my program without any option but with environment variables, they are not considered by the parser and the help message is printed.
Expected : if environment variables matching defined options exist, they should be considered to don't print the help message (as corresponding options can be filled)
The text was updated successfully, but these errors were encountered:
When I create a CliktCommand with
printHelpOnEmptyArgs
set totrue
, with an option, if I launch my program without any option but with environment variables, they are not considered by the parser and the help message is printed.Expected : if environment variables matching defined options exist, they should be considered to don't print the help message (as corresponding options can be filled)
The text was updated successfully, but these errors were encountered: