nushell/crates/nu-protocol/src
Jakub Žádník 20528e96c7
Add hide-env to hide environment variables (#6313)
* Add hide-env to hide env vars; Cleanup tests

Also, there were some old unalias tests that I converted to hide.

* Add missing file

* Re-enable hide for env vars

* Fix test

* Rename did you mean error back

It was causing random tests to break
2022-08-13 12:55:06 +03:00
..
ast Add bit operator: bit-xor (#5940) 2022-07-03 06:45:20 -05:00
engine Allow overlays to import prefixed definitions (#6301) 2022-08-12 21:06:51 +03:00
value Add decimals to int when using into string --decimals (#6085) 2022-08-12 21:13:50 -05:00
cli_error.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
config.rs Fix file lookup in parser keywords; Refactor nu_repl (#6185) 2022-07-29 23:42:00 +03:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Allow modules to use other modules (#6162) 2022-07-29 11:57:10 +03:00
id.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
lib.rs Allow cp multiple files at once (#6114) 2022-07-25 10:42:25 +03:00
module.rs Allow modules to use other modules (#6162) 2022-07-29 11:57:10 +03:00
pipeline_data.rs Fix PipelineData::print when table is overridden (#6129) 2022-07-25 18:41:30 -05:00
shell_error.rs Add hide-env to hide environment variables (#6313) 2022-08-13 12:55:06 +03:00
signature.rs Add bits not command (#6143) 2022-07-30 11:25:44 +02:00
span.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
syntax_shape.rs Better error handling using do (#5890) 2022-06-29 20:01:34 -05:00
ty.rs Remove dfr from dataframe commands (#5760) 2022-06-12 14:18:00 -05:00
variable.rs Add support for var decl spans (#4787) 2022-03-09 04:42:19 -05:00