diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-08 09:46:59 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-08 09:46:59 +0200 |
| commit | 2aafe6967e38851d56f747cb3e615da7e9fa9bf1 (patch) | |
| tree | a83a32df551fd0b0ede161401cb30deab9fe7c88 /mumctl/src/main.rs | |
| parent | f22d3847a23484122fad83b22d7ca48316c9d7cd (diff) | |
| download | mum-2aafe6967e38851d56f747cb3e615da7e9fa9bf1.tar.gz | |
doc
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, |
