mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Added -d & -e to fish completions
This commit is contained in:
parent
753d1b00b4
commit
d993a45e82
1 changed files with 12 additions and 0 deletions
|
@ -58,3 +58,15 @@ complete \
|
|||
-c alacritty \
|
||||
-l "ref-test" \
|
||||
-d "Generates ref test"
|
||||
|
||||
complete \
|
||||
-c alacritty \
|
||||
-s "d" \
|
||||
-l "dimensions" \
|
||||
-d "Window dimensions <columns> <lines>"
|
||||
|
||||
complete \
|
||||
-c alacritty \
|
||||
-s "e" \
|
||||
-l "command" \
|
||||
-d "Execute command (must be last arg)"
|
||||
|
|
Loading…
Reference in a new issue