Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom-completions/bat/bat-completions.nu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A cat(1) clone with syntax highlighting and Git integration
export extern "bat" [
...file: path # file(s) to print / concatenate
...file: glob # file(s) to print / concatenate
--help # Print help (see a summary with '-h')
-h # Print help (see more with '--help')
--version # Print version
Expand Down