Cargo Features
[dependencies]
wca = { version = "0.23.0", default-features = false, features = ["full", "enabled", "on_unknown_suggest"] }
- default = enabled
-
The
enabled
feature is set by default wheneverwca
is added without
somewhere in the dependency tree.default-features = false - full = enabled, on_unknown_suggest
- enabled default full?
- on_unknown_suggest full?
-
This configuration suggests an action to be done when the command is unknown. In this case, when an unknown command is encountered, the system might suggest alternatives
Enables textdistance
fuzzy commands search