invoke_cli

Function invoke_cli 

Source
pub async fn invoke_cli<'a>(cli: Cli, context: &CliContext<'a>) -> Result<()>
Expand description

Invoke the CLI implementation imperatively.

This is the entrypoint used by orb when handling a command line invocation. The Cli is produced by parsing the command line arguments, and internally creates a new Workspace from the current working directory.

Use invoke_cli_with_workspace if using your own Workspace.