Rewrite the ps command

This commit is contained in:
Jonathan Turner
2019-08-11 11:09:40 +12:00
parent 1cc661b916
commit 7c2fec5851
8 changed files with 75 additions and 70 deletions

View File

@ -152,7 +152,6 @@ 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)),