mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
fix: use proper path
type for path argument for eza (#920)
Using `string` may disable `~` expansion in modern nushell (>= 0.95) Signed-off-by: OJarrisonn <j.h.m.t.v.10@gmail.com>
This commit is contained in:
parent
60b1444742
commit
6bbd75120d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ def "nu-complete eza color-scale-mode" [] {
|
||||||
|
|
||||||
# A modern, maintained replacement for ls
|
# A modern, maintained replacement for ls
|
||||||
export extern "eza" [
|
export extern "eza" [
|
||||||
|
path?: path # folder to list
|
||||||
--help # show list of command-line options
|
--help # show list of command-line options
|
||||||
--version(-v) # show version of eza
|
--version(-v) # show version of eza
|
||||||
--oneline(-1) # display one entry per line
|
--oneline(-1) # display one entry per line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue