Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
72
struct CliError(String);
73
74
impl fmt::Display for CliError {
75
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
1
cli_error
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected