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
...but without necessarily executing the command, which is cost-intensive.
I followed the CliktCommand.parse() > Parser.parse() > command.run() execution stack, but I didn't see a way to run Parser.parse() with the canRun=false parameter.
thanks a lot
Alexandre
The text was updated successfully, but these errors were encountered:
Is it possible to validate the command's input arguments without having to execute it?
What I want:
...but without necessarily executing the command, which is cost-intensive.
I followed the
CliktCommand.parse()
>Parser.parse()
>command.run()
execution stack, but I didn't see a way to runParser.parse()
with thecanRun=false
parameter.thanks a lot
Alexandre
The text was updated successfully, but these errors were encountered: