quda
quda copied to clipboard
Clean up --help
Some ideas:
- Add support for
--help [option group]to minimize the amount output by--help(or some other appropriate mechanism, whateverCLI11makes 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]'svalueinto thelevelelement on an array of inputs)