aboutsummaryrefslogtreecommitdiff
path: root/src/commands/quit.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2017-11-11 16:51:39 -0800
committeriximeow <me@iximeow.net>2017-11-11 16:51:39 -0800
commit8b5670f420be57576ff44324360e797f46664e8e (patch)
tree43c4943bca0d1d4e3341b1a7bb0f9372832cd253 /src/commands/quit.rs
parenta4f05a40e2f7146f429fef26a96c91a41baba499 (diff)
add a little more help info, describe tweets/compose mode/commands
Diffstat (limited to 'src/commands/quit.rs')
-rw-r--r--src/commands/quit.rs1
1 files changed, 1 insertions, 0 deletions
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"
};