1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-06-14 20:35:48 +01:00

Bump cmd-help syntax to latest

Manual update (as opposed to Dependabot's) because the highlighting for
the test help message has changed. It's all good because it's as
intended, an improvement.

See 
This commit is contained in:
Víctor González Prieto
2023-12-29 17:52:06 +01:00
parent bf56cd90f0
commit 497342fabb
3 changed files with 5 additions and 3 deletions
CHANGELOG.md
assets/syntaxes/02_Extra
tests/syntax-tests/highlighted/cmd-help

@ -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

@ -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.