mirror of
https://github.com/nushell/nushell.git
synced 2025-05-16 20:54:35 +00:00
* Fixes a panic with defining two commands with the same name caused by declaration not found after predeclaration. * Adds a new error if a custom command is defined more than once in one block. * Add some tests