Skip to content

Commit

Permalink
fix the link to the nu_scripts in std clip deprecation (nushell#1…
Browse files Browse the repository at this point in the history
…1150)

this is just a simple fix for the link to the `nu_scripts` introduced in
nushell#11097 😌
  • Loading branch information
amtoine committed Nov 24, 2023
1 parent d37893c commit 85c6047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu-std/std/mod.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 85c6047

Please sign in to comment.