nushell/crates/nu-command/src/system
Darren Schroeder c31225fdcf
explain command (#7957)
# Description

The purpose of this PR is to introduce the `inspect` command. A command
that is used to inspect, but not run, a pipeline to ensure everything
looks right. This is meant as a debugging tool. This is some hackery, so
don't laugh. :)

![image](https://user-images.githubusercontent.com/343840/217896776-99c6bece-172c-4d3d-8cec-dda85d37cada.png)
2023-02-09 13:59:38 -06:00
..
benchmark.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
complete.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
exec.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
explain.rs explain command (#7957) 2023-02-09 13:59:38 -06:00
mod.rs explain command (#7957) 2023-02-09 13:59:38 -06:00
nu_check.rs Apply more recent/nightly clippy lints (#7916) 2023-01-30 14:06:36 +01:00
ps.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
registry_query.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
run_external.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
sys.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
which_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00