From 1dc65a694dad69435ae7214eb2fd6356a4d7d6b0 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 15 Aug 2023 18:34:07 +0200 Subject: [PATCH] completions/read: Remove long-removed "--mode-name" flag Disabled in c6093ad78240bbf7cea906171c815764e49b8320 (in 2.7.0) --- share/completions/read.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/completions/read.fish b/share/completions/read.fish index 09b079ded..3dfe09d32 100644 --- a/share/completions/read.fish +++ b/share/completions/read.fish @@ -7,7 +7,6 @@ complete -c read -s g -l global -d "Make variable scope global" complete -c read -s l -l local -d "Make variable scope local" complete -c read -s U -l universal -d "Share variable with all the users fish processes on the computer" complete -c read -s u -l unexport -d "Do not export variable to subprocess" -complete -c read -s m -l mode-name -d "Name to load/save history under" -r -a "read fish" complete -c read -s c -l command -d "Initial contents of read buffer when reading interactively" -r complete -c read -s S -l shell -d "Read like the shell would" complete -c read -s s -l silent -d "Mask input with ●"