mirror of
https://github.com/clap-rs/clap
synced 2024-11-11 07:14:15 +00:00
Merge pull request #30 from epage/doc
docs: Include more features in rustdoc
This commit is contained in:
commit
7bb729fe25
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ default = [
|
|||
"suggestions",
|
||||
]
|
||||
debug = ["clap_derive/debug", "backtrace"] # Enables debug messages
|
||||
doc = ["yaml", "regex", "unstable-replace", "unstable-multicall", "unstable-grouped"] # for docs.rs
|
||||
doc = ["derive", "cargo", "wrap_help", "yaml", "regex", "env", "unstable-replace", "unstable-multicall", "unstable-grouped"] # for docs.rs
|
||||
|
||||
# Used in default
|
||||
std = ["indexmap/std"] # support for no_std in a backwards-compatible way
|
||||
|
|
Loading…
Reference in a new issue