mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 12:23:09 +00:00
feat(completion): apply fish_indent
This commit is contained in:
parent
de426323be
commit
ca50a676b4
3 changed files with 2 additions and 3 deletions
|
@ -33,7 +33,7 @@ complete -c $command -s v -x \
|
||||||
|
|
||||||
complete -c $command -s r -x \
|
complete -c $command -s r -x \
|
||||||
-d "Specify the number range of a dialog" \
|
-d "Specify the number range of a dialog" \
|
||||||
-n "__fish_seen_subcommand_from counter"
|
-n "__fish_seen_subcommand_from counter"
|
||||||
|
|
||||||
complete -c $command -s d -x \
|
complete -c $command -s d -x \
|
||||||
-a '"dd-MM-yyyy k:m:s"\tdefault' \
|
-a '"dd-MM-yyyy k:m:s"\tdefault' \
|
||||||
|
|
|
@ -62,7 +62,7 @@ complete -c $command -l priority -x \
|
||||||
|
|
||||||
complete -c $command -l sound -d 'Play the sound with a notification'
|
complete -c $command -l sound -d 'Play the sound with a notification'
|
||||||
complete -c $command -s t -l title -x -d 'Specify the title of a notification'
|
complete -c $command -s t -l title -x -d 'Specify the title of a notification'
|
||||||
|
|
||||||
|
|
||||||
complete -c $command -l vibrate -x \
|
complete -c $command -l vibrate -x \
|
||||||
-d 'Specify the vibrate pattern of a notification'
|
-d 'Specify the vibrate pattern of a notification'
|
||||||
|
|
|
@ -14,4 +14,3 @@ complete -c $command -s c \
|
||||||
|
|
||||||
complete -c $command -s d -d 'Specify the receiver of a content'
|
complete -c $command -s d -d 'Specify the receiver of a content'
|
||||||
complete -c $command -s t -x -d 'Specify the title of a content'
|
complete -c $command -s t -x -d 'Specify the title of a content'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue