Skip to content

Commit

Permalink
Add --cache-dir to Fish completion
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jun 9, 2024
1 parent 8df0c4a commit 8e00b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/completions/bat.fish.in
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ set -l tabs_opts '

complete -c $bat -l acknowledgements -d "Print acknowledgements" -n __fish_is_first_arg

complete -c $bat -l cache-dir -f -d "Show bat's cache directory" -n __fish_is_first_arg

complete -c $bat -l color -x -a "$color_opts" -d "When to use colored output" -n __bat_no_excl_args

complete -c $bat -l config-dir -f -d "Display location of configuration directory" -n __fish_is_first_arg
Expand Down

0 comments on commit 8e00b9f

Please sign in to comment.