MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / main

Function main

src/cli/main.rs:95–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93impl Args {
94 fn first_input(&self) -> Option<&str> {
95 self.inputs.first().map(|s| s.as_str())
96 }
97}
98
99// --- Entry point ---
100
101fn main() -> ExitCode {
102 run_cli().unwrap_or_else(|err| {
103 eprintln!("fsc: {err}");
104 ExitCode::FAILURE
105 })
106}

Callers

nothing calls this directly

Calls 1

run_cliFunction · 0.85

Tested by

no test coverage detected