Skip to main content

label_delete_argv

Function label_delete_argv 

Source
pub fn label_delete_argv(slug: &str, name: &str) -> Vec<String>
Expand description

Argv for gh label delete <name> --repo <slug> --yes. The --yes flag bypasses the interactive confirm prompt; without it gh blocks on a TTY read and gwm labels push --prune hangs.