feat(cli): More argument handling
This commit is contained in:
@@ -8,5 +8,6 @@ def add_parser(sp: ap._SubParsersAction[ap.ArgumentParser]):
|
||||
dest="show",
|
||||
required=True,
|
||||
)
|
||||
show_sp.add_parser("config", help="show details about your configuration. Alias of config show")
|
||||
pkgs = show_sp.add_parser("pkgs", help="show details on package presets")
|
||||
pkgs.add_argument("show_pkg")
|
||||
|
||||
Reference in New Issue
Block a user