Skip to content

Migrate to New Commands#136

Open
neurolag wants to merge 2 commits into
nushell:mainfrom
neurolag:deprecated-commands
Open

Migrate to New Commands#136
neurolag wants to merge 2 commits into
nushell:mainfrom
neurolag:deprecated-commands

Conversation

@neurolag

@neurolag neurolag commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Description

In nushell/nushell#18364, str downcase has been deprecated in favor of str lowercase.
Changes made in this PR will change the code accordingly and thus fix #132.

This PR will, however, break support for nushell v0.113, as the str lowercase command doesn't exist before nushell v0.114.0.

@fdncred

fdncred commented Jul 7, 2026

Copy link
Copy Markdown

I think you'll have to bump the ci to use 114 first

@neurolag

neurolag commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

I'll do it tomorrow
Thank you so much for your quick responses 😄

@neurolag

neurolag commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Huh... now that's strange
Doesn't seem to work on Windows.

I'll work on it next week!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use of Depracated Command str downcase

2 participants