mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:57:53 +02:00
Add .ini loading/saving
This commit is contained in:
@ -55,6 +55,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
command("skip", skip::skip),
|
||||
command("first", first::first),
|
||||
command("size", size::size),
|
||||
command("from-ini", from_ini::from_ini),
|
||||
command("from-json", from_json::from_json),
|
||||
command("from-toml", from_toml::from_toml),
|
||||
command("from-xml", from_xml::from_xml),
|
||||
@ -69,6 +70,7 @@ 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),
|
||||
Arc::new(Where),
|
||||
|
Reference in New Issue
Block a user