feat(markdown docs): add aliases to options and subcommands#1771
Conversation
57c5af4 to
f62ba24
Compare
f62ba24 to
21b4bf1
Compare
|
@leighmcculloch Is it reasonable to make an exception for |
|
This pull request is stale because it has been open for 30 days with no activity. It will be closed in 30 days unless the stale label is removed. |
|
This pull request is stale because it has been open for 30 days with no activity. It will be closed in 90 days unless the stale label is removed. |
|
For example, using Willem's fork, the docs for would look like this for But with upstream clap-markdown, it removes the [alias: ...] and adds a Command Alias section at the bottom of each command section. |
7cd847c to
ea4f40b
Compare
|
👍🏻 I think it's worth using upstream even with the difference, just so we continue to track upstream. Thanks @willemneal for contributing that upstream! |
Move
cargo md-gento an ignored test. This allows moving clap-markdown to dev-dependency allowing the use of a fork and removing an unneeded dependency since the markdown generation is pre-release.