mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
fix: use proper path
type for path argument for bat
(#921)
Use of `string` disable `~` expansion Signed-off-by: OJarrisonn <j.h.m.t.v.10@gmail.com>
This commit is contained in:
parent
6bbd75120d
commit
0b487e8380
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# A cat(1) clone with syntax highlighting and Git integration
|
# A cat(1) clone with syntax highlighting and Git integration
|
||||||
export extern "bat" [
|
export extern "bat" [
|
||||||
file?: string # file to print / concatenate. Use `-` to read from stdin
|
...file: path # file to print / concatenate
|
||||||
--help # Print help (see a summary with '-h')
|
--help # Print help (see a summary with '-h')
|
||||||
-h # Print help (see more with '--help')
|
-h # Print help (see more with '--help')
|
||||||
--version # Print version
|
--version # Print version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue