Merge pull request #2819 from victor-gp/bump-cmd-help-syntax-b150d84

Bump cmd-help syntax to `b150d84`
pull/2822/head
Keith Hall 5 months ago committed by GitHub
commit ecf4029dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,8 @@
## Syntaxes
- `cmd-help`: scope subcommands followed by other terms, and other misc improvements, see #2819 (@victor-gp)
## Themes
## `bat` as a library

@ -1 +1 @@
Subproject commit f41e5fc8381fe200a4e18c410bb41e911110a6e9
Subproject commit b150d84534dd060afdcaf3f58977faeaf5917e56

@ -4,8 +4,8 @@
Use '--help' instead of '-h' to see a more detailed version of the help text.
USAGE:
 bat [OPTIONS] [FILE]...
 bat <SUBCOMMAND>
 bat [OPTIONS] [FILE]...
 bat <SUBCOMMAND>
ARGS:
 <FILE>... File(s) to print / concatenate. Use '-' for standard input.

Loading…
Cancel
Save