add defaults for important commands and packages
This commit is contained in:
parent
287c1eacac
commit
d81070c898
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue