Function sane_fmt::main[][src]

pub fn main() -> !

The main program.

It calls run, analyses the result:

  • If it returns an Ok, exits with status 0.
  • If it returns an Err, prints the message to stdout and exits with status 1.