ctl-core 0.1.0

Shared clap chassis for the *ctl CLIs
Documentation
1
2
3
4
5
6
7
8
msrv = "1.97.1"
avoid-breaking-exported-api = false
allow-unwrap-in-tests = true
allow-expect-in-tests = true
disallowed-macros = [
    { path = "core::concat", reason = "use formatdoc/indoc for multiline strings" },
    { path = "std::concat", reason = "use formatdoc/indoc for multiline strings" },
]