Generally users are not going to be interested in the manifest so
let's not generate it by default to avoid cluttering the output
directory.
metavar="FORMAT",
section="Output",
parse=config_make_list_parser(delimiter=",", parse=make_enum_parser(ManifestFormat)),
- default=[ManifestFormat.json],
help="Manifest Format",
),
MkosiConfigSetting(
: The manifest format type or types to generate. A comma-delimited
list consisting of `json` (the standard JSON output format that
describes the packages installed), `changelog` (a human-readable
- text format designed for diffing). Defaults to `json`.
+ text format designed for diffing). By default no manifest is
+ generated.
`Output=`, `--output=`, `-o`