Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
fn main() -> CliResult {
45
let Cli { config, command } = Cli::parse();
46
command.run(config)
47
}
Callers
nothing calls this directly
Calls
2
parse
Function · 0.50
run
Method · 0.45
Tested by
no test coverage detected