Skip to content

Commit

Permalink
fix(commandlinehelp): Ignore hidden commands
Browse files Browse the repository at this point in the history
Do not generate documentation for commands when the option class is marked as hidden

Closes #20
  • Loading branch information
ap0llo committed Jan 20, 2020
1 parent 8ab81c3 commit 043bb43
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# `CommandName` Command

**Application:** [TestApp](../index.md)
**Version:** 1.2.3

## Usage

```
TestApp CommandName --option1|-a
```

## Parameters

| Name | Short Name | Required | Description |
| ----------------------------- | ----------------------- | -------- | -------------------------- |
| [option1](#option1-parameter) | [a](#option1-parameter) | Yes | Description of parameter 1 |

### `option1` Parameter

Description of parameter 1

| | |
| -------------- | ----------------- |
| Name: | option1 |
| Short name: | a |
| Position: | *Named parameter* |
| Required: | Yes |
| Default value: | `False` |

___

*Documentation generated by [MdDocs](https://github.com/ap0llo/mddocs)*

0 comments on commit 043bb43

Please sign in to comment.