mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Fix extra redirection.
This commit is contained in:
parent
cfeae48b83
commit
938da3039d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue