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/_tail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_tail') diff --git a/Completion/Unix/Command/_tail b/Completion/Unix/Command/_tail index f8006abbc..c55dd6be6 100644 --- a/Completion/Unix/Command/_tail +++ b/Completion/Unix/Command/_tail @@ -3,7 +3,7 @@ local curcontext=$curcontext state state_descr line opts args ret=1 typeset -A opt_args -if _pick_variant gnu=GNU unix --version; then +if _pick_variant gnu='(GNU|uutils)' unix --version; then args=( '(-n --lines -c --bytes)'{-c+,--bytes=}'[print the last specified bytes; with +, start at the specified byte]:number of bytes:->number' '(-n --lines -c --bytes)'{-n+,--lines=}'[print the last specified lines; with +, start at the specified line]:number of lines:->number' -- cgit v1.2.3-70-g09d2