Function execute

Source
pub fn execute(args: &ArgMatches) -> Result<(), Box<dyn Error>>
Expand description

Execute the command-line arguments and send the desired commands to the orchestrator.

§Arguments

  • ‘args’ - the user-defined command-line arguments