mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:45:56 +02:00
Add version info to startup banner (#14625)
# Description Adds version info to the Startup Banner # User-Facing Changes ## Before  ## After  # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` - # After Submitting N/A
This commit is contained in:
@ -3,5 +3,5 @@ use std/assert
|
||||
#[test]
|
||||
def banner [] {
|
||||
use std/core
|
||||
assert ((core banner | lines | length) == 15)
|
||||
assert ((core banner | lines | length) == 16)
|
||||
}
|
||||
|
Reference in New Issue
Block a user