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:
parent
24f825efc3
commit
31c5321f0c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue