forked from extern/nushell
fix the link to the nu_scripts
in std clip
deprecation (#11150)
this is just a simple fix for the link to the `nu_scripts` introduced in https://github.com/nushell/nushell/pull/11097 😌
This commit is contained in:
parent
d37893cca0
commit
85c6047b71
@ -149,7 +149,7 @@ export def clip [
|
||||
print $"Warning: (char -u 26a0) (ansi yellow_bold)deprecated_command(ansi reset)"
|
||||
print "| the `std clip` command is deprecated and will be removed in Nushell 0.89"
|
||||
print ""
|
||||
print $"(ansi cyan)help(ansi reset): please use (ansi {fg: cyan, attr: du})[`modules/system clip`]\(https://github.com/amtoine/nu_scripts/tree/main/modules#system\)(ansi reset)"
|
||||
print $"(ansi cyan)help(ansi reset): please use (ansi {fg: cyan, attr: du})[`modules/system clip`]\(https://github.com/nushell/nu_scripts/tree/main/modules#system\)(ansi reset)"
|
||||
|
||||
let input = $input
|
||||
| if $expand { table --expand } else { table }
|
||||
|
Loading…
Reference in New Issue
Block a user