From 5a1cbabead83d2479531579063a4540df6795d3d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 24 Nov 2025 22:08:46 +0100 Subject: 54094: handle rust coreutils in completions --- Completion/Unix/Command/_id | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_id') diff --git a/Completion/Unix/Command/_id b/Completion/Unix/Command/_id index c123afcd7..64b8c9b37 100644 --- a/Completion/Unix/Command/_id +++ b/Completion/Unix/Command/_id @@ -2,7 +2,7 @@ local args choices -if _pick_variant gnu=GNU $OSTYPE --version; then +if _pick_variant gnu='(GNU|uutils)' $OSTYPE --version; then choices='--help --version -Z --context -g --group -G --groups -u --user' _arguments \ "($choices)"{-Z,--context}'[print only security context]' \ -- cgit v1.2.3-70-g09d2