From a4f05a40e2f7146f429fef26a96c91a41baba499 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 11 Nov 2017 04:35:35 -0800 Subject: start adding help reference --- src/commands/show_cache.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/commands/show_cache.rs') diff --git a/src/commands/show_cache.rs b/src/commands/show_cache.rs index 59ecfc2..a57b59f 100644 --- a/src/commands/show_cache.rs +++ b/src/commands/show_cache.rs @@ -6,7 +6,8 @@ use commands::Command; pub static SHOW_CACHE: Command = Command { keyword: "show_cache", params: 0, - exec: show_cache + exec: show_cache, + help_str: "Dump all cached info. Probably a bad idea." }; fn show_cache(_line: String, tweeter: &mut tw::TwitterCache, mut queryer: &mut Queryer) { -- cgit v1.1