Cargo Features
[dependencies]
mdbook-treesitter = { version = "1.0.0", default-features = false, features = ["cli"] }
- default = cli
-
The
cli
feature is set by default whenevermdbook-treesitter
is added without
somewhere in the dependency tree.default-features = false - cli default
-
Enable the command line binary
Enables clap and env_logger
Required by the binary