2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/tests
Andy Gayton b27cd70fd1
remove the deprecated register command ()
# Description

This PR removes the `register` command which has been
[deprecated](https://www.nushell.sh/blog/2024-04-30-nushell_0_93_0.html#register-toc)
in favor of [`plugin
add`](https://www.nushell.sh/blog/2024-04-30-nushell_0_93_0.html#redesigned-plugin-management-commands-toc)

# User-Facing Changes

`register` is no longer available
2024-07-05 07:16:50 -05:00
..
assets/nu_json Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
const_ add raw-string literal support () 2024-05-02 09:36:37 -04:00
eval Exit early when encountering parsing errors () 2023-09-05 14:36:37 +02:00
fixtures Force completers to sort in fetch() () 2024-07-03 06:48:06 -05:00
hooks Fix hooks on 0.92.0 () 2024-04-04 09:25:54 +02:00
modules Enable reloading changes to a submodule () 2024-06-25 18:33:37 -07:00
overlays Avoid taking unnecessary ownership of intermediates () 2024-05-04 00:53:15 +00:00
parsing Avoid taking unnecessary ownership of intermediates () 2024-05-04 00:53:15 +00:00
path Avoid taking unnecessary ownership of intermediates () 2024-05-04 00:53:15 +00:00
plugin_persistence Allow plugins to report their own version and store it in the registry () 2024-06-21 06:27:09 -05:00
plugins Use IntoValue and FromValue derive macros in nu_plugin_example for example usage () 2024-06-26 17:50:14 -05:00
repl remove the deprecated register command () 2024-07-05 07:16:50 -05:00
scope Avoid taking unnecessary ownership of intermediates () 2024-05-04 00:53:15 +00:00
shell Make which-support feature non-optional () 2024-06-12 20:04:12 -05:00
main.rs Merged tests to produce a single binary () 2024-05-13 13:37:53 +00:00