CASM  1.1.0
A Clusters Approach to Statistical Mechanics
standard_ConfigEnumInput_help.cc
Go to the documentation of this file.
2 
4 
5 namespace CASM {
6 
7 // At some point the help text may go in text files, but for now...
8 
11  " filter: string (optional, default=None, override with --filter)\n"
12  " A query command to use to filter which Configurations are kept. "
13  " \n\n"
14 
15  " dry_run: bool (optional, default=false, override with --dry-run)\n"
16  " Perform dry run.\n\n"
17 
18  " primitive_only: bool (optional, default=true)\n"
19  " If true, only the primitive form of a configuration is saved in "
20  "the \n"
21  " configuration list. Otherwise, both primitive and non-primitive "
22  " \n"
23  " configurations are saved. \n\n"
24 
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"
29 
30  " output_configurations_options: object (optional) \n"
31  " Set output options for when `output_configurations==true`. \n\n"
32 
33  " path: string (optional, default=\"enum.out\") Output file "
34  "name.\n"
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` "
45  "option.\n\n";
46 };
47 } // namespace CASM
Main CASM namespace.
Definition: APICommand.hh:8
std::string standard_ConfigEnumInput_help()
std::string parse_ConfigEnumInput_desc()
A string describing the JSON format for parsing named ConfigEnumInput.