run

Function run 

Source
pub fn run(args: Vec<String>) -> Result<(), Error>
Expand description

Takes the command line arguments and perform associated function(s). If no arguments are provided, the function identifies this as an ambiguous state and prompts the user with a help message, suggesting possible commands they might want to execute. It then terminates the program with an exit code of 1 to indicate an error due to the lack of input.

Do not support interactive mode.

ยงErrors

qqq: doc