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
Python's argparse does its job, although it's a bit strict, for example global arguments must be passed before the subcommand keyword, this makes the cli look not great, this is solved out of the box by craft_cli and it would be give this tool a more consistent UI when contrasted with the other tools of charming ecosystem (e.g. charmcraft).
Python's argparse does its job, although it's a bit strict, for example global arguments must be passed before the subcommand keyword, this makes the cli look not great, this is solved out of the box by craft_cli and it would be give this tool a more consistent UI when contrasted with the other tools of charming ecosystem (e.g. charmcraft).
https://github.com/canonical/craft-cli
The text was updated successfully, but these errors were encountered: