mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:45:08 +02:00
Add long options for platform and random (#10776)
This commit is contained in:
@ -3,7 +3,7 @@ use nu_test_support::nu;
|
||||
#[test]
|
||||
fn generates_chars_of_specified_length() {
|
||||
let actual = nu!(r#"
|
||||
random chars -l 15 | size | get chars
|
||||
random chars --length 15 | size | get chars
|
||||
"#);
|
||||
|
||||
let result = actual.out;
|
||||
|
Reference in New Issue
Block a user