diff options
Diffstat (limited to 'mumctl/src/main.rs')
| -rw-r--r-- | mumctl/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs index 0af322d..f43dd22 100644 --- a/mumctl/src/main.rs +++ b/mumctl/src/main.rs @@ -87,6 +87,7 @@ enum Command { }, /// Send a message to a channel or a user Message(Target), + /// Get events that have happened since we connected Events { #[structopt(short = "f", long = "follow")] follow: bool, |
