nushell/crates/nu-protocol/src
Benoît Cortier e77c6bb284
Port hash, hash md5 and hash sha256 commands (#464)
`hash` by itself is only printing the help message.

The other two are simply using the same generic implementation.
2021-12-10 17:14:28 -06:00
..
ast Add canonicalization to source & use paths (#421) 2021-12-03 21:49:11 +02:00
engine Batch of dataframe commands (#442) 2021-12-06 17:09:49 +13:00
value To html and to md (#453) 2021-12-09 19:16:35 -06:00
config.rs update to latest reedline, change config point name, enable output without ansi (#458) 2021-12-09 16:06:26 -06:00
example.rs example unit test 2021-10-09 14:10:10 +01:00
exportable.rs Add environment variable support for modules (#331) 2021-11-16 12:16:06 +13:00
id.rs Separate Overlay into its own thing (#344) 2021-11-17 17:23:55 +13:00
lib.rs Option to replace command same name (#374) 2021-11-28 19:35:02 +00:00
overlay.rs Add environment variable support for modules (#331) 2021-11-16 12:16:06 +13:00
pipeline_data.rs Introduce metadata into the pipeline (#397) 2021-12-02 18:59:10 +13:00
shell_error.rs Improved labeled error from plugins (#437) 2021-12-05 16:11:19 +13:00
signature.rs Port hash, hash md5 and hash sha256 commands (#464) 2021-12-10 17:14:28 -06:00
span.rs Add more api docs 2021-11-03 13:26:09 +13:00
syntax_shape.rs Plugins signature load (#349) 2021-11-19 15:51:42 +13:00
ty.rs Dataframe feature (#361) 2021-11-23 08:14:40 +00:00