Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccusage/ccusage
/ cli_error
Function
cli_error
rust/crates/ccusage/src/main.rs:92–94 ·
view source on GitHub ↗
(message: impl Into<String>)
Source
from the content-addressed store, hash-verified
90
}
91
92
fn cli_error(message: impl Into<String>) -> CliError {
93
CliError(message.into())
94
}
95
96
fn terminal_style(shared: &cli::SharedArgs) -> TerminalStyle {
97
TerminalStyle {
Callers
15
into_summary
Method · 0.85
context
Method · 0.85
print_json_or_jq
Function · 0.85
run_blocks
Function · 0.85
run_statusline
Function · 0.85
codebuff_project_roots
Function · 0.85
paths
Function · 0.85
load_agent_rows_parallel
Function · 0.85
loads_agent_rows_concurrently
Function · 0.85
load_settings_file
Function · 0.85
droid_session_paths
Function · 0.85
paths
Function · 0.85
Calls
1
CliError
Class · 0.85
Tested by
1
loads_agent_rows_concurrently
Function · 0.68