bws::command::project

Function process_command

source
pub(crate) async fn process_command(
    command: ProjectCommand,
    client: Client,
    organization_id: Uuid,
    output_settings: OutputSettings,
) -> Result<()>