mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 10:38:07 +02:00
Rename select to get
This commit is contained in:
@ -54,12 +54,12 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
command("from-json", from_json::from_json),
|
||||
command("from-toml", from_toml::from_toml),
|
||||
command("from-yaml", from_yaml::from_yaml),
|
||||
command("get", get::get),
|
||||
command("open", open::open),
|
||||
command("pick", pick::pick),
|
||||
command("split-column", split_column::split_column),
|
||||
command("split-row", split_row::split_row),
|
||||
command("reject", reject::reject),
|
||||
command("select", select::select),
|
||||
command("trim", trim::trim),
|
||||
command("to-array", to_array::to_array),
|
||||
command("to-json", to_json::to_json),
|
||||
|
Reference in New Issue
Block a user