mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Use long option for print
This commit is contained in:
parent
64e2dc5f71
commit
671841af49
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $env.ENV_CONVERSIONS.PATH = {
|
|||
}
|
||||
|
||||
def copy []: string -> nothing {
|
||||
print -n $"(ansi osc)52;c;($in | encode base64)(ansi st)"
|
||||
print --no-newline $"(ansi osc)52;c;($in | encode base64)(ansi st)"
|
||||
}
|
||||
|
||||
def --env mc [path: path]: nothing -> nothing {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue