feat(cli): Better organized CLI arg parsing
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -10,6 +10,8 @@ class ArchMgrTemplates:
|
||||
|
||||
class BootLoaderSettings:
|
||||
templates: ArchMgrTemplateData
|
||||
theme_folder: str
|
||||
conf_build_cmd: str
|
||||
name: str
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user