MCPcopy Create free account
hub / github.com/csskit/csskit / main

Function main

crates/csskit/src/main.rs:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44fn main() -> CliResult {
45 let Cli { config, command } = Cli::parse();
46 command.run(config)
47}

Callers

nothing calls this directly

Calls 2

parseFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected