mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 10:32:21 +02:00
Add subcommands. Switch from-* and to-* to them (#1708)
This commit is contained in:
@@ -40,7 +40,7 @@ fn discards_empty_rows_by_default() {
|
||||
cwd: dirs.test(), pipeline(
|
||||
r#"
|
||||
echo "[1,2,3,14,null]"
|
||||
| from-json
|
||||
| from json
|
||||
| compact
|
||||
| count
|
||||
| echo $it
|
||||
|
Reference in New Issue
Block a user