Skip to main content

run_addon_command

Function run_addon_command 

Source
pub async fn run_addon_command(
    ctx: &AppContext,
    addon_id: &str,
    command_name: &str,
    project_root: &Path,
) -> Result<()>