Revert "Rewrite the ps command"

This commit is contained in:
Jonathan Turner
2019-08-11 13:41:21 +12:00
committed by GitHub
parent 2fe7f76219
commit e19c618ac5
8 changed files with 70 additions and 75 deletions

View File

@ -152,6 +152,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
command("from-json", Box::new(from_json::from_json)),
command("from-toml", Box::new(from_toml::from_toml)),
command("from-xml", Box::new(from_xml::from_xml)),
command("ps", Box::new(ps::ps)),
command("ls", Box::new(ls::ls)),
command("cd", Box::new(cd::cd)),
command("size", Box::new(size::size)),