pub async fn dispatch(
entity_name: &str,
matches: &ArgMatches,
client: &ApiClient,
output: &OutputConfig,
session: &CliSession,
) -> Result<()>Expand description
Dispatch an entity subcommand by name.
pub async fn dispatch(
entity_name: &str,
matches: &ArgMatches,
client: &ApiClient,
output: &OutputConfig,
session: &CliSession,
) -> Result<()>Dispatch an entity subcommand by name.