Skip to content

Commit

Permalink
Add options present in --help to Bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jun 9, 2024
1 parent 091f1bd commit 8df0c4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/completions/bat.bash.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ _bat() {
-m | --map-syntax | \
--ignored-suffix | \
--list-themes | \
--squeeze-limit | \
--line-range | \
-L | --list-languages | \
--lessopen | \
Expand Down Expand Up @@ -157,6 +158,7 @@ _bat() {
--diff-context
--tabs
--wrap
--chop-long-lines
--terminal-width
--number
--color
Expand All @@ -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
Expand Down

0 comments on commit 8df0c4a

Please sign in to comment.