Cargo Features

[dependencies]
wca = { version = "0.15.0", default-features = false, features = ["full", "enabled", "on_unknown_suggest"] }
default = enabled

The enabled feature is set by default whenever wca is added without default-features = false somewhere in the dependency tree.

full = enabled, on_unknown_suggest
enabled default full?
on_unknown_suggest full? = eddie

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

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

eddie on_unknown_suggest?

Enables eddie

fuzzy commands search