Add a system info source

This commit is contained in:
Jonathan Turner
2019-06-19 16:53:55 +12:00
parent cd9c1bb247
commit 3f718a20be
5 changed files with 129 additions and 59 deletions

View File

@ -50,6 +50,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
context.add_commands(vec![
command("ps", ps::ps),
command("ls", ls::ls),
command("sysinfo", sysinfo::sysinfo),
command("cd", cd::cd),
command("view", view::view),
command("skip", skip::skip),