feat: use `enum_dispatch` to avoid needing to manually call `cmd.execute` for each variant of `Command`
673ff5d
1 month ago
by Rolv-Apneseth
0%
refactor: avoid cloning request input string
2575c87
1 month ago
by Rolv-Apneseth
0%
refactor: use `Cow<'static, str>` instead of `String` for `check::Request.text`
b863f36
1 month ago
by Rolv-Apneseth
-6%
refactor: use `Cow<'source, str>` when not compiling with the `cli` feature
Required cloning structs and methods from `api::check` to separate out
the `clap` functionality, as `clap` wouldn't support the lifetime
without it being `'static`
a1b258d
25 days ago
by Rolv-Apneseth
0%
fix: correct length addition and use `Cow::to_mut`