Cargo Features

[dependencies]
clap_complete_command = { version = "0.6.1", default-features = false, features = ["carapace", "fig", "nushell"] }
default = nushell

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

carapace

Enables carapace_spec_clap

fig

Enables clap_complete_fig

nushell default

Enables clap_complete_nushell

clap_complete_command has 4 features without comments.