1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-30 14:43:57 +00:00

Add missing style values in fish & zsh completions (#1890)

This commit is contained in:
NotWearingPants
2021-10-11 20:13:16 +03:00
committed by GitHub
parent 8f6a0cd9e2
commit 6fc7ebf37a
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ _{{PROJECT_EXECUTABLE}}_main() {
;;
style)
_values -s , 'style' auto full plain changes header grid numbers snip
_values -s , 'style' auto full plain changes header grid rule numbers snip
;;
esac
}