Skip to main content

execute

Function execute 

Source
pub async fn execute(command: Option<(&str, &ArgMatches)>) -> Result<(), Error>
Expand description

Execute the command specified by the command line arguments.

ยงErrors

Returns an error if the command is not recognized or if an error occurs while executing the command.