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.
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.