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

Move custom-completion auto-generate scripts to needs-update (#1076)

A user in Discord recently tried to run the auto-generate script to
create completions from `<command> --help` and had issues. In examining
the scripts, I found that they used `build-string`, which was deprecated
and removed over 2 years ago. In order to prevent future confusion until
(and if) these files are updated, I'm moving them to a `needs-update`
directory in the repo.

Any other outdated files can be moved there as well.
This commit is contained in:
Douglas 2025-03-29 09:57:46 -04:00 committed by GitHub
parent e956708244
commit a19339cdaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 322 additions and 99 deletions

4
needs-update/README.md Normal file
View file

@ -0,0 +1,4 @@
# Warning
Files in this directory have been confirmed as not currently working in recent Nushell releases
and will need updates due to breaking changes.