mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 15:20:59 +02:00
rename update
to upsert
to mirror what it really does (#4859)
* rename `update` to `upsert` to mirror what it really does * change to latest reedline and nu-ansi-term
This commit is contained in:
@ -216,7 +216,7 @@ fn select_2() -> TestResult {
|
||||
|
||||
#[test]
|
||||
fn update_will_insert() -> TestResult {
|
||||
run_test(r#"{} | update a b | get a"#, "b")
|
||||
run_test(r#"{} | upsert a b | get a"#, "b")
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user