Currently, the `--help` option prints the entire command documentation page to the terminal. As the help pages grow with extra content, this has the side effect of adding unnecessary clutter that's more a hindrance than a help for the user. I propose that we change this behavior in the following manner: - [x] allow for the following values in the help option: `options`, `examples`, `remarks`, `response`, `full`. - [x] when not specifying a value, it should default to `full`. - [x] the help will print the usage section plus the users chosen section. - [x] we implement a new config key: `helpMode`, which can be used to configure a default value: `options`, `examples`, `remarks`, `full`, `response`
Currently, the
--helpoption prints the entire command documentation page to the terminal.As the help pages grow with extra content, this has the side effect of adding unnecessary clutter that's more a hindrance than a help for the user.
I propose that we change this behavior in the following manner:
options,examples,remarks,response,full.full.helpMode, which can be used to configure a default value:options,examples,remarks,full,response