Merged
Conversation
Please add your important new features and breaking changes to the release notes by committing to/opening a PR against the `release-notes-0.73` branch. Thank you!
The PR changing append/prepend commands was reverted.
sholderbach
commented
Jan 5, 2023
Comment on lines
+219
to
+222
| - `exec` and known externals don't throw errors when unknowns parameters are passed to them | ||
| - `use`, `overlay use`, `source`, and `source-env` now accept constants defined with `const` as arguments | ||
| - `help` command has been thoroughly refactored and includes several more subcommands | ||
| - command names in `help commands` and `$nu.scope.commands` are displayed correctly if they were imported from a module with a prefix |
Member
Author
There was a problem hiding this comment.
Don't know if I would classify those improvements as breaking. Maybe we need a section for the lightning round of further changes.
ayax79
pushed a commit
to ayax79/nushell.github.io
that referenced
this pull request
Jun 26, 2024
- Stabilized the format - Test suit runner - Support batch mode - Watch supports postpone - `settings.theme` - docker.nu Simplify process-list logic --------- Co-authored-by: nash <nash@iffy.me>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please add your important new features and breaking changes to the release notes by committing to/opening a PR against the
release-notes-0.74branch. Thank you!