Cargo Features

[dependencies]
we_clap = { version = "0.1.0", default-features = false, features = ["web-alert", "web-console"] }
default = web-console

The web-console feature is set by default whenever we_clap is added without default-features = false somewhere in the dependency tree.

web-alert

output to a popup alert on web/wasm

Enables alert of cliw

web-console default

output to a popup alert on web/wasm

Enables console of cliw