fix: update deprecated spread operator in just (#758)

This commit is contained in:
John Olheiser 2024-02-10 16:23:30 -06:00 committed by GitHub
parent dbf4586594
commit 36dcb7ccf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,6 @@ export def just [
if ($recipes | is-empty) {
^just
} else {
^just $recipes $args
^just $recipes ...$args
}
}