nushell/crates/nu-command/tests
Reilly Wood 1b2916988e
Add -i flag back to get and select (#8488)
https://github.com/nushell/nushell/pull/8379 removed the `-i` flag from
`get` and `select` because the new `?` functionality covers most of the
same use cases. However, https://github.com/nushell/nushell/issues/8480
made me realize that `-i` is still useful when dealing with cell paths
in variables.

This PR re-adds the `-i` flag to `get` and `select`. It works by just
marking every member in the cell path as optional, which will behave
_slightly_ differently than `-i` used to (previously it would suppress
any errors, even type errors) but IMO that's OK.
2023-03-16 11:50:04 -07:00
..
commands Add -i flag back to get and select (#8488) 2023-03-16 11:50:04 -07:00
format_conversions Fix warnings and old names (#8457) 2023-03-15 18:54:55 +13:00
main.rs Expand Nushell's help system (#7611) 2022-12-30 17:44:37 +02:00