mirror of
https://github.com/nushell/nushell.git
synced 2025-06-14 22:16:50 +02: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