pub fn label_list_argv(slug: &str) -> Vec<String>Expand description
Argv for gh label list --repo <slug> --json name,color,description --limit 1000.
Extracted so the test suite can pin the contract; callers should
prefer fetch_remote_labels which actually shells out.