Merge f4763e72e9a45c92b8f3a5f17405607f4469264c into f761ff68240d6cae88ee03266f89590bfae3939c

This commit is contained in:
TR Staake 2025-03-31 16:50:46 +02:00 committed by GitHub
commit 25cd473681
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,7 +249,8 @@ abbr -a --position anywhere -- -h '-h | bat -plhelp'
This way, you can keep on using `cp --help`, but get colorized help pages.
Be aware that in some cases, `-h` may not be a shorthand of `--help` (for example with `ls`).
Be aware that in some cases, `-h` may not be a shorthand of `--help` (for example with `ls`). In cases where you need to use `-h`
as a command argument you can prepend `\` to the arguement (eg. `ls \-h`) to escape the aliasing defined above.
Please report any issues with the help syntax in [this repository](https://github.com/victor-gp/cmd-help-sublime-syntax).