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

Function print_help_and_exit

rust/crates/ccusage-cli/src/help.rs:20–23  ·  view source on GitHub ↗
(args: &[String])

Source from the content-addressed store, hash-verified

18}
19
20pub(crate) fn print_help_and_exit(args: &[String]) -> ! {
21 println!("{}", help_text_for_args(args));
22 process::exit(0);
23}
24
25#[cfg(test)]
26pub(crate) fn help_text() -> String {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected