Make some plugins optional, move ps to plugin

This commit is contained in:
Jonathan Turner
2019-09-08 19:06:15 +12:00
parent eecda3ecba
commit 448b1a4848
5 changed files with 106 additions and 90 deletions

View File

@ -163,7 +163,6 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
use crate::commands::*;
context.add_commands(vec![
whole_stream_command(PS),
whole_stream_command(PWD),
whole_stream_command(LS),
whole_stream_command(CD),