1
Fork 0
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:
RGBCube 2025-01-24 23:50:51 +03:00
parent 64e2dc5f71
commit 671841af49

View file

@ -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 {