mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
completions: --description -> -d
This ends up saving a surprising number of bytes.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Adrien Grellier <adrien.grellier@laposte.net>
|
||||
#
|
||||
|
||||
function __fish_vim-addons_subcommand --description 'Test if vim-addons has yet to be given the subcommand'
|
||||
function __fish_vim-addons_subcommand -d 'Test if vim-addons has yet to be given the subcommand'
|
||||
for i in (commandline -opc)
|
||||
if contains -- $i list status install remove disable amend files show
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user