mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:05:47 +02:00
Use long options for string (#10777)
This commit is contained in:
@ -29,7 +29,7 @@ fn trims() {
|
||||
fn error_trim_multiple_chars() {
|
||||
let actual = nu!(pipeline(
|
||||
r#"
|
||||
echo "does it work now?!" | str trim -c "?!"
|
||||
echo "does it work now?!" | str trim --char "?!"
|
||||
"#
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user