Skip to main content

execute_with_pool

Function execute_with_pool 

Source
pub async fn execute_with_pool(
    args: DeleteArgs,
    prompter: &dyn Prompter,
    pool: &DbPool,
    config: &CliConfig,
) -> Result<CommandOutput>