nushell/crates/nu-command/src/commands
Bruce Mitchener 651d425046
Remove ptree dep from nu-command, remove associated feature. (#3741)
Nothing used the `ptree` feature or optional dependency within
`nu-command` except to include it within the `version` output. This
may be related to when `nu-cli` also had a `ptree` feature, but
I'm not sure.

That leaves the code within `nu_plugin_tree` as the sole remaining
user of `ptree`, which is already covered by the feature `tree`
and included in the `version` output.
2021-07-06 10:33:24 -05:00
..
charting Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
config Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
conversions Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
core_commands Remove ptree dep from nu-command, remove associated feature. (#3741) 2021-07-06 10:33:24 -05:00
dataframe New take command (#3722) 2021-07-05 11:46:53 +12:00
env Add unlet_env command (#3629) 2021-06-19 15:00:07 +12:00
filesystem Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
filters Add built-in var to refer to pipeline values (#3661) 2021-06-21 12:31:01 +12:00
formats Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
generators Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
math Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
network port network url to engine-p (#3690) 2021-06-26 13:19:10 +12:00
path Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
pathvar Add pathvar command (#3670) 2021-06-25 15:58:37 +12:00
platform Bump rand version used by nu-command to 0.8 (#3723) 2021-07-05 16:12:44 +12:00
random Bump rand version used by nu-command to 0.8 (#3723) 2021-07-05 16:12:44 +12:00
shells Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
strings Adding all-trim option (with format and all-flag) (#3696) 2021-06-28 05:42:15 +12:00
viewers Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
mod.rs New take command (#3722) 2021-07-05 11:46:53 +12:00