-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git branch cleanup returns errors. #795
Comments
I suspect this is because of 2 reasons
|
I suspect this was fixed in #799 , is that correct @TeaDrinkingProgrammer ? |
Some errors have been resolved, but --redirect-stdout is still used, so I get depricated warnings for that and the script also doesn't seem to work anymore: Error: × Deprecated flag Error: × Deprecated flag Error: nu::shell::cannot_pass_list_to_external × Lists are not automatically spread when calling external commands |
The deprecation warning is because the CI is using latest nushell version 0.92, released Apr-02, |
When calling git branch-cleanup, it returns this error:
I tried adding a spread operator, but that broke the script. Any ideas on how to fix it?
The text was updated successfully, but these errors were encountered: