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.
pub fn run() -> Result<i32>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.