feat(cli): Better organized CLI arg parsing

This commit is contained in:
2026-05-14 17:36:06 +02:00
parent e24eb647ca
commit 78eecfc81a
13 changed files with 109 additions and 46 deletions
+1
View File
@@ -5,3 +5,4 @@ To function, it needs both a configuration file (or multiple) and templates for
The latter reside in this folder and are a stripped-down version of the default config file.
## Template config file
TODO: Restructure this folder
+2
View File
@@ -10,6 +10,8 @@ class ArchMgrTemplates:
class BootLoaderSettings:
templates: ArchMgrTemplateData
theme_folder: str
conf_build_cmd: str
name: str