aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/read.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/read.fish')
-rw-r--r--share/completions/read.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/completions/read.fish b/share/completions/read.fish
index fb43d253..0888f078 100644
--- a/share/completions/read.fish
+++ b/share/completions/read.fish
@@ -8,3 +8,5 @@ complete -c read -s u -l unexport --description "Do not export variable to subpr
complete -c read -s m -l mode-name --description "Name to load/save history under" -r -a "read fish"
complete -c read -s c -l command --description "Initial contents of read buffwhen reading interactively"
complete -c read -s s -l shell --description "Use syntax highlighting, tab completions and command termination suitable for entering shellscript code"
+complete -c read -s n -l nchars --description "Read the specified number of characters"
+complete -c read -s a -l array --description "Store the results as an array"