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
As per title. There is precedent for this in several widely used CLI libraries like pip (which has the CLICommand class).
What I am thinking of is mostly things like contextual organization around commands, a Command.run(args: argparse.Namespace) method, and perhaps some validation of an argparse namespace received by the command.
The text was updated successfully, but these errors were encountered:
As per title. There is precedent for this in several widely used CLI libraries like
pip
(which has theCLICommand
class).What I am thinking of is mostly things like contextual organization around commands, a
Command.run(args: argparse.Namespace)
method, and perhaps some validation of an argparse namespace received by the command.The text was updated successfully, but these errors were encountered: