aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/read.fish
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-09-17 10:17:48 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-09-17 10:17:48 +0800
commiteb40baacfc74b7962eeef3d25ccea0046f5ec1ef (patch)
tree220ad9bde88eac1001412b1f38beddca7fe72222 /share/completions/read.fish
parent133ba6e01b5fe1fc87d0278300af9c367653c4b9 (diff)
update completions for builtin commands
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"