add defaults for important commands and packages

This commit is contained in:
Wes Barnett 2021-03-13 07:15:18 -05:00
parent 287c1eacac
commit d81070c898
No known key found for this signature in database
GPG key ID: 1070BCC98C18BD66

View file

@ -75,6 +75,8 @@ def setup_config_parser(ini_file, parent_cmd, packages):
"pre_description": parent_cmd, "pre_description": parent_cmd,
"post_description": " ".join(packages), "post_description": " ".join(packages),
"desc_limit": 72 "desc_limit": 72
"important_packages": [],
"important_commands": []
} }
config["root"] = { config["root"] = {
"snapshot": True "snapshot": True