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

Enum CliError

src/cli/main.rs:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36use std::process::ExitCode;
37use std::time::Duration;
38use virtual_machine::virtual_machine::{StepOutcome, VirtualMachine};
39
40// --- Error type ---
41
42#[derive(Debug)]
43enum CliError {
44 Usage(String),
45 Io(std::io::Error),
46 Compile(String),
47 Assemble(String),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected