nushell/crates/nu-cli
Radek Vít 09429d08aa
Implement passthrough for benchmark (#2580)
* Implement passthrough for benchmark

Add a new option -p,--passthrough to benchmark.
With this option, the benchmark command prints its results to stdout and passes the block's output to the next command in the pipeline.

* Add execution block for benchmark -p

`benchmark --passthrough` now takes a block where the benchmark output is sent.
Example:
`benchmark -p {save bench.toml} {ls}`
2020-09-22 05:30:16 +12:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Implement passthrough for benchmark (#2580) 2020-09-22 05:30:16 +12:00
tests Added test for ls -a (#2582) 2020-09-21 19:56:37 +12:00
build.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
Cargo.toml Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00