8 return " dry_run: bool (optional, default=false)\n"
9 " Perform dry run.\n\n";
13 return " indent_space: string (optional, default=6)\n"
14 " Number of spaces to indent for pretty-printing.\n\n";
18 return " coordinate_mode: string (optional, default=FRAC)\n"
19 " Coordinate mode (FRAC, CART, INTEGRAL) for printing orbits.\n\n";
23 return " orbit_print_mode: string (optional, default=\"PROTO\")\n"
24 " Mode (FULL, PROTO) to select printing full orbits or just orbit "
28 std::string
prec_help(std::string what,
int default_prec) {
30 ss <<
" prec: int (optional, default=" << default_prec <<
")\n"
31 <<
" Precision for printing " << what <<
"\n\n";
36 return " verbosity: string or int (optional, default=\"standard\")\n"
37 " Verbosity of output. Options are 'none', 'quiet', 'standard', "
38 "'verbose', 'debug',\n"
39 " or an integer 0-100 (0: 'none', 100: 'debug').\n\n";
std::string dry_run_help()
std::string coordinate_mode_help()
std::string verbosity_help()
std::string orbit_print_mode_help()
std::string indent_space_help()
std::string prec_help(std::string what, int default_prec)