Skip to content

Commit

Permalink
fix: use proper path type for path argument for eza
Browse files Browse the repository at this point in the history
Using `string` may disable `~` expansion in modern nushell (>= 0.95)

Signed-off-by: OJarrisonn <[email protected]>
  • Loading branch information
OJarrisonn committed Jul 27, 2024
1 parent 60b1444 commit 356d7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom-completions/eza/eza-completions.nu
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def "nu-complete eza color-scale-mode" [] {

# A modern, maintained replacement for ls
export extern "eza" [
path?: path # folder to list
--help # show list of command-line options
--version(-v) # show version of eza
--oneline(-1) # display one entry per line
Expand Down

0 comments on commit 356d7e2

Please sign in to comment.