We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4444335 commit 270c984Copy full SHA for 270c984
custom-completions/bat/bat-completions.nu
@@ -1,6 +1,6 @@
1
# A cat(1) clone with syntax highlighting and Git integration
2
export extern "bat" [
3
- ...file: path # file(s) to print / concatenate
+ ...file: glob # file(s) to print / concatenate
4
--help # Print help (see a summary with '-h')
5
-h # Print help (see more with '--help')
6
--version # Print version
0 commit comments