1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

Merge pull request #65 from andrasio/plete

Add nu-command and nu-completion subcrates.
This commit is contained in:
Darren Schroeder 2021-06-16 15:36:37 -05:00 committed by GitHub
commit 7dee38fd2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ let first-wave = [nu-ansi-term, nu-pretty-hex, nu-source, nu-errors, nu-protocol
echo $first-wave | each { enter $it; cargo publish; exit; sleep 1min }
let second-wave = [nu-command, nu-cli]
let second-wave = [nu-command, nu-completion, nu-cli]
echo $second-wave | each { enter $it; cargo publish --no-verify; exit; sleep 1min }