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've run into the same problem. In my case I have a series of commands defined, and then a help command that takes a value or opt_value. The intent is to get help on the commands. However, if the value is one of the commands I get a parse() error. With other random strings after the help command it's fine.
I have this code
Running like this
program run some_file --test_spec something
is totally fine, butRunning like this
program run some_file --test_spec run_something
gives me usage linesThe text was updated successfully, but these errors were encountered: