clawless 0.5.0

An opinionated framework for building command-line applications
Documentation
1
2
3
4
5
6
7
8
9
error: Unknown field: `unknown_attr`. Available values: `alias`, `require_subcommand`, `root`

       = help: supported attributes are `alias` and `require_subcommand`

           #[command(alias = "g", require_subcommand)]
 --> tests/ui/fail-unknown-attribute.rs:8:11
  |
8 | #[command(unknown_attr)]
  |           ^^^^^^^^^^^^