Tim Waalewijn 2e5d18fa78
Added the ability to hide CommandOptions. (#642)
CommandOptions now has an IsHidden property that, when set to true, will cause the option to be hidden from the following cases:

- Help text using `-h|--help`
- Xml representations generated with the `cli xml` command
- Diagnostics displayed with the `cli explain` command

Hidden options can still be outputted with `cli explain` using the `--hidden` option that is also used to display hidden commands.

Fixes #631
2021-11-29 23:16:54 +01:00
..
2021-09-27 20:50:51 -04:00
2021-09-23 19:08:03 -04:00
2021-07-19 23:12:38 +02:00
2021-07-15 19:53:01 +02:00
2021-07-15 19:53:01 +02:00
2021-04-24 22:20:59 +02:00
2021-04-24 22:20:59 +02:00
2021-04-05 17:45:29 +02:00
2021-07-15 19:53:01 +02:00
2021-04-24 22:20:59 +02:00
2021-07-15 19:53:01 +02:00
2021-07-15 19:53:01 +02:00
2021-10-10 09:40:09 +02:00