quda icon indicating copy to clipboard operation
quda copied to clipboard

Clean up --help

Open weinbe2 opened this issue 3 years ago • 0 comments

Some ideas:

  • Add support for --help [option group] to minimize the amount output by --help (or some other appropriate mechanism, whatever CLI11 makes easiest
  • Improve the granularity of option groups, for ex clover specific, twisted specific, etc, similar to how there are already groups for eigensolves and MG. This would be a follow-up to the above suggestion of group-specific --help
  • Potentially update CLI11, which is non-trivial because of some hacks to support MG flags (putting --mg-something [level] [value] 's value into the level element on an array of inputs)

weinbe2 avatar Jan 12 '22 20:01 weinbe2