Skip to main content

execute

Function execute 

Source
pub fn execute(cli: &Cli) -> Result<String>
Expand description

Executes the CLI command.

§Arguments

  • cli - Parsed CLI arguments.

§Returns

Result with output string on success.

§Errors

Returns an error if the command fails to execute.