feat(cli): More argument handling

This commit is contained in:
2026-05-15 16:58:00 +02:00
parent 78eecfc81a
commit afe8d29340
3 changed files with 14 additions and 3 deletions
+1
View File
@@ -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")