pub fn run(args: Vec<OsString>, features: Vec<&'static str>)
Expand description
Entry point of the terminal interface and command loop. If there’s a command passed through args
, the program will end immediately
after completing it and printing the result.