mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
completions: fish: fix path completion for --pty
This commit is contained in:
parent
86894a1cd2
commit
dd3bb13d97
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ complete -c foot -r -s p -l print-pid
|
|||
complete -c foot -x -s d -l log-level -a "info warning error none" -d "log-level (warning)"
|
||||
complete -c foot -x -s l -l log-colorize -a "always never auto" -d "enable or disable colorization of log output on stderr"
|
||||
complete -c foot -s S -l log-no-syslog -d "disable syslog logging (server mode only)"
|
||||
complete -c foot -x -l pty -a '(__fish_complete_path)' -d "display an existing pty instead of creating one"
|
||||
complete -c foot -r -l pty -d "display an existing pty instead of creating one"
|
||||
complete -c foot -s v -l version -d "show the version number and quit"
|
||||
complete -c foot -s h -l help -d "show help message and quit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue