mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
Fix extra redirection.
This commit is contained in:
parent
cfeae48b83
commit
938da3039d
|
@ -396,7 +396,7 @@ complete -c fossil -n '__fish_fossil_subsubcommand tag find' -s t -l type -x -a
|
|||
complete -c fossil -n '__fish_fossil_subsubcommand tag find' -s n -l limit -x -d 'Limit number of tags'
|
||||
complete -c fossil -n '__fish_fossil_subsubcommand tag find' -a '(fossil tag list ^/dev/null)' -d 'Tag'
|
||||
complete -c fossil -n '__fish_fossil_subcommand tag' -x -a list -d 'List tags'
|
||||
complete -c fossil -n '__fish_fossil_subsubcommand tag list ^/dev/null' -l raw -d 'List raw tags'
|
||||
complete -c fossil -n '__fish_fossil_subsubcommand tag list' -l raw -d 'List raw tags'
|
||||
|
||||
# timeline
|
||||
complete -c fossil -n __fish_fossil_needs_command -a timeline -d 'Show timeline'
|
||||
|
|
Loading…
Reference in New Issue
Block a user