mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
macOS cat completions: add the -l lock option
This commit is contained in:
parent
cdb81e4001
commit
c3e5cc5652
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ else # OS X
|
|||
complete -c cat -s e -d "Show unprintables, end lines with \$"
|
||||
complete -c cat -s n -d "Enumerate lines"
|
||||
complete -c cat -s s -d "Squeeze away >1 blank lines"
|
||||
complete -c cat -s t -d "Show unprintables; tab as '^I'"
|
||||
complete -c cat -s t -d "Show unprintables; tab as ^I"
|
||||
complete -c cat -s u -d "Disable output buffering"
|
||||
complete -c cat -s v -d "Escape non-printing chars"
|
||||
complete -c cat -s l -d "Set/block on F_SETLKW stdout lock"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue