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
+3
View File
@@ -8,3 +8,6 @@ def config(args: argparse.Namespace, config: ArchMgrConfig):
Your config can be found at
""")
print(config)
elif args.conf_update == "pkgs":
print("Updating config's package list")
# TODO: Config saver