mirror of
https://github.com/sharkdp/bat
synced 2024-11-23 12:23:19 +00:00
Add options present in --help to Bash completion
This commit is contained in:
parent
44ca1e7df1
commit
43a77a42f8
1 changed files with 5 additions and 0 deletions
5
assets/completions/bat.bash.in
vendored
5
assets/completions/bat.bash.in
vendored
|
@ -76,6 +76,7 @@ _bat() {
|
|||
-m | --map-syntax | \
|
||||
--ignored-suffix | \
|
||||
--list-themes | \
|
||||
--squeeze-limit | \
|
||||
--line-range | \
|
||||
-L | --list-languages | \
|
||||
--lessopen | \
|
||||
|
@ -157,6 +158,7 @@ _bat() {
|
|||
--diff-context
|
||||
--tabs
|
||||
--wrap
|
||||
--chop-long-lines
|
||||
--terminal-width
|
||||
--number
|
||||
--color
|
||||
|
@ -169,12 +171,15 @@ _bat() {
|
|||
--ignored-suffix
|
||||
--theme
|
||||
--list-themes
|
||||
--squeeze-blank
|
||||
--squeeze-limit
|
||||
--style
|
||||
--line-range
|
||||
--list-languages
|
||||
--lessopen
|
||||
--diagnostic
|
||||
--acknowledgements
|
||||
--set-terminal-title
|
||||
--help
|
||||
--version
|
||||
--cache-dir
|
||||
|
|
Loading…
Reference in a new issue