mctools / mcpl

Monte Carlo Particle Lists
https://mctools.github.io/mcpl/
Other
29 stars 13 forks source link

Split mcpltool --help into standard and detailed view #19

Open tkittel opened 7 years ago

tkittel commented 7 years ago

We would like to keep mcpltool --help relatively simple to understand for new users, but at the same time we keep coming up with more things the tool should be able to do, implying a need to add more flags to be described (for example, --inplace which we describe now is for experts only).

The obvious solution is to only describe the most basic/commonly used functionality in --help, and in addition mention that --fullhelp (or something like it) can be used to view the complete documentation.