From 1d6180c5073610e487dd763434675339732a5d31 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Sun, 16 Sep 2018 10:35:23 +0200 Subject: [PATCH] Add skip to help output --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 587f0ec..460190f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -127,6 +127,7 @@ fn main() { "stop".to_string(), "help".to_string(), "list".to_string(), + "help".to_string(), ], ), )