mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 14:47:47 +00:00
fix: update deprecated spread operator in just (#758)
This commit is contained in:
parent
dbf4586594
commit
36dcb7ccf2
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ export def just [
|
|||
if ($recipes | is-empty) {
|
||||
^just
|
||||
} else {
|
||||
^just $recipes $args
|
||||
^just $recipes ...$args
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue