1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Use long option for print

This commit is contained in:
RGBCube 2025-01-24 23:50:51 +03:00
parent 24f825efc3
commit 31c5321f0c
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -8,7 +8,7 @@ $env.ENV_CONVERSIONS.PATH = {
} }
def copy []: string -> nothing { 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 { def --env mc [path: path]: nothing -> nothing {