From d1a33a3a167d47541561ca9597d2d5f28431605f Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Sat, 11 Nov 2017 16:51:39 -0800 Subject: add a little more help info, describe tweets/compose mode/commands --- src/commands/quit.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/quit.rs') diff --git a/src/commands/quit.rs b/src/commands/quit.rs index dedeab6..6638299 100644 --- a/src/commands/quit.rs +++ b/src/commands/quit.rs @@ -9,6 +9,7 @@ pub static QUIT: Command = Command { keyword: "q", params: 0, exec: quit, + param_str: "", // TODO: app name help_str: "Gracefully exit this thing" }; -- cgit v1.1