Cargo Features
wol has no features set by default.
[dependencies]
wol = { version = "0.3.0", features = ["cli", "manpage", "completions"] }
- cli
-
Build the CLI tool
Enables clap
Optional dependencies for CLI
Required by the binary
- manpage
-
Include the manpage in the CLI tool, behind a --print-manpage flag
Enables clap_mangen
- completions
-
Include shell completions in the CLI tool, behind a --print-completions flag
Enables clap_complete