Cargo Features
[dependencies]
nu-cmd-lang = { version = "0.103.0", default-features = false, features = ["os", "plugin", "static-link-openssl", "system-clipboard"] }
- default = os
-
The
os
feature is set by default whenevernu-cmd-lang
is added without
somewhere in the dependency tree.default-features = false - os default plugin?
-
Enables os of nu-engine, nu-protocol, and nu-utils
- plugin = os
-
Enables plugin of nu-protocol
- trash-support sqlite static-link-openssl
- system-clipboard
nu-cmd-lang has 5 features without comments.