Skip to main content

run

Function run 

Source
pub fn run() -> Result<i32>
Expand description

Run the LinkMarks CLI.

Returns the process exit code (see exit_codes). The caller (typically a 3-line main wrapper) is responsible for translating that into std::process::exit.