Skip to content

Commit 270c984

Browse files
authored
fix(bat-completions): allow globs (#1217)
1 parent 4444335 commit 270c984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-completions/bat/bat-completions.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A cat(1) clone with syntax highlighting and Git integration
22
export extern "bat" [
3-
...file: path # file(s) to print / concatenate
3+
...file: glob # file(s) to print / concatenate
44
--help # Print help (see a summary with '-h')
55
-h # Print help (see more with '--help')
66
--version # Print version

0 commit comments

Comments
 (0)