11 " filter: string (optional, default=None, override with --filter)\n"
12 " A query command to use to filter which Configurations are kept. "
15 " dry_run: bool (optional, default=false, override with --dry-run)\n"
16 " Perform dry run.\n\n"
18 " primitive_only: bool (optional, default=true)\n"
19 " If true, only the primitive form of a configuration is saved in "
21 " configuration list. Otherwise, both primitive and non-primitive "
23 " configurations are saved. \n\n"
25 " output_configurations: bool (optional, default=false)\n"
26 " If true, write formatted data for each enumerated configuration. "
27 "Formatting options are \n"
28 " given by `output_configurations_options`. \n\n"
30 " output_configurations_options: object (optional) \n"
31 " Set output options for when `output_configurations==true`. \n\n"
33 " path: string (optional, default=\"enum.out\") Output file "
35 " json: bool (optional, default=false) If true, write JSON "
36 "output files. Else CSV style.\n"
37 " json_arrays: bool (optional, default=false) If true, write "
38 "data in JSON arrays. \n"
39 " compress: bool (optional, default=false) If true, compress "
40 "data using gz. If `path` \n"
41 " does not end in '.gz' it will be appended. \n"
42 " output_filtered_configurations: bool (optional, default=false) "
43 "If true, also include \n"
44 " output from configurations that excluded by the `filter` "
std::string standard_ConfigEnumInput_help()
std::string parse_ConfigEnumInput_desc()
A string describing the JSON format for parsing named ConfigEnumInput.