mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 02:02:35 +02:00
Add subcommands. Switch from-* and to-* to them (#1708)
This commit is contained in:
@ -119,7 +119,7 @@ fn converts_to_int() {
|
||||
cwd: "tests/fixtures/formats", pipeline(
|
||||
r#"
|
||||
echo '{number_as_string: "1"}'
|
||||
| from-json
|
||||
| from json
|
||||
| str number_as_string --to-int
|
||||
| rename number
|
||||
| where number == 1
|
||||
|
Reference in New Issue
Block a user