MCPcopy Create free account
hub / github.com/ccusage/ccusage / CliError

Class CliError

rust/crates/ccusage/src/main.rs:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71#[derive(Debug)]
72struct CliError(String);
73
74impl fmt::Display for CliError {
75 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 1

cli_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected