Cargo Features
[dependencies]
clap_cryo = { version = "4.3.21-cryo", default-features = false, features = ["debug", "unstable-doc", "std", "color", "help", "usage", "error-context", "suggestions", "deprecated", "derive", "cargo", "wrap_help", "env", "unicode", "string", "unstable-v5", "unstable-styles"] }
- default = color, error-context, help, std, suggestions, usage
-
These default features are set whenever
clap_cryo
is added without
somewhere in the dependency tree.default-features = false - debug
-
Enables debug messages
Enables debug of clap_builder_cryo and optional clap_derive_cryo
- unstable-doc = derive
-
for docs.rs
Enables unstable-doc of clap_builder_cryo
- std default
-
Used in default
support for no_std in a backwards-compatible wayEnables std of clap_builder_cryo
- color default
-
Enables color of clap_builder_cryo
- help default
-
Enables help of clap_builder_cryo
- usage default
-
Enables usage of clap_builder_cryo
- error-context default
-
Enables error-context of clap_builder_cryo
- suggestions default
-
Enables suggestions of clap_builder_cryo
- deprecated unstable-v5?
-
Optional
Guided experience to prepare for next breaking release (at different stages of development, this may become default)Enables deprecated of clap_builder_cryo and optional clap_derive_cryo
- derive unstable-doc?
-
Enables clap_derive_cryo and once_cell
- cargo
-
Disable if you're not using Cargo, enables Cargo-env-var-dependent macros
Enables cargo of clap_builder_cryo
- wrap_help
-
Enables wrap_help of clap_builder_cryo
- env
-
Use environment variables during arg parsing
Enables env of clap_builder_cryo
- unicode
-
Support for unicode characters in arguments and help messages
Enables unicode of clap_builder_cryo
- string
-
Allow runtime generated strings
Enables string of clap_builder_cryo
- unstable-v5 = deprecated
-
In-work features
Enables unstable-v5 of clap_builder_cryo and optional clap_derive_cryo
- unstable-styles
-
Enables unstable-styles of clap_builder_cryo