mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 10:38:07 +02:00
Make serialization full-fidelity
This commit is contained in:
@ -72,7 +72,6 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
command("reject", reject::reject),
|
||||
command("trim", trim::trim),
|
||||
command("to-array", to_array::to_array),
|
||||
command("to-ini", to_ini::to_ini),
|
||||
command("to-json", to_json::to_json),
|
||||
command("to-toml", to_toml::to_toml),
|
||||
command("sort-by", sort_by::sort_by),
|
||||
|
Reference in New Issue
Block a user