From 73dc5dda6b8ca8a8bdae0f620442e359871b0152 Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Sat, 11 Nov 2017 04:35:35 -0800 Subject: start adding help reference --- src/commands/quit.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/commands/quit.rs') diff --git a/src/commands/quit.rs b/src/commands/quit.rs index 5bd8c18..dedeab6 100644 --- a/src/commands/quit.rs +++ b/src/commands/quit.rs @@ -8,7 +8,9 @@ use std::process::exit; pub static QUIT: Command = Command { keyword: "q", params: 0, - exec: quit + exec: quit, + // TODO: app name + help_str: "Gracefully exit this thing" }; fn quit(_line: String, tweeter: &mut tw::TwitterCache, _queryer: &mut Queryer) { -- cgit v1.1