mirror of
https://github.com/sharkdp/bat
synced 2024-11-23 12:23:19 +00:00
Add --acknowledgements and --ignored-suffix to bash completion
This commit is contained in:
parent
e96cdc3b95
commit
066701d671
1 changed files with 4 additions and 0 deletions
4
assets/completions/bat.bash.in
vendored
4
assets/completions/bat.bash.in
vendored
|
@ -53,9 +53,11 @@ _bat() {
|
|||
--tabs | \
|
||||
--terminal-width | \
|
||||
-m | --map-syntax | \
|
||||
--ignored-suffix | \
|
||||
--style | \
|
||||
--line-range | \
|
||||
--diagnostic | \
|
||||
--acknowledgements | \
|
||||
-h | --help | \
|
||||
-V | --version | \
|
||||
--cache-dir | \
|
||||
|
@ -116,6 +118,7 @@ _bat() {
|
|||
--paging
|
||||
--pager
|
||||
--map-syntax
|
||||
--ignored-suffix
|
||||
--theme
|
||||
--list-themes
|
||||
--style
|
||||
|
@ -123,6 +126,7 @@ _bat() {
|
|||
--list-languages
|
||||
--unbuffered
|
||||
--diagnostic
|
||||
--acknowledgements
|
||||
--help
|
||||
--version
|
||||
--cache-dir
|
||||
|
|
Loading…
Reference in a new issue