Skip to content

Commit 043bb43

Browse files
committed
fix(commandlinehelp): Ignore hidden commands
Do not generate documentation for commands when the option class is marked as hidden Closes #20
1 parent 8ab81c3 commit 043bb43

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# `CommandName` Command
2+
3+
**Application:** [TestApp](../index.md)
4+
**Version:** 1.2.3
5+
6+
## Usage
7+
8+
```
9+
TestApp CommandName --option1|-a
10+
```
11+
12+
## Parameters
13+
14+
| Name | Short Name | Required | Description |
15+
| ----------------------------- | ----------------------- | -------- | -------------------------- |
16+
| [option1](#option1-parameter) | [a](#option1-parameter) | Yes | Description of parameter 1 |
17+
18+
### `option1` Parameter
19+
20+
Description of parameter 1
21+
22+
| | |
23+
| -------------- | ----------------- |
24+
| Name: | option1 |
25+
| Short name: | a |
26+
| Position: | *Named parameter* |
27+
| Required: | Yes |
28+
| Default value: | `False` |
29+
30+
___
31+
32+
*Documentation generated by [MdDocs](https://github.com/ap0llo/mddocs)*

0 commit comments

Comments
 (0)