Cargo Features
Emlop has no features set by default.
[dependencies]
emlop = { version = "0.7.1", features = ["unstable", "clap_complete"] }
- unstable
-
Experimental features, may require nightly compiler.
Currently only benchmarking. - clap_complete
-
Generate shell completions at runtime instead of using static version.
Only intended for developers.Enables clap_complete ~4.4.4
Affects
config::ConfComplete.shell
…