diff --git a/src/bin/cli.rs b/src/bin/cli.rs index 1f175d6..43321fd 100644 --- a/src/bin/cli.rs +++ b/src/bin/cli.rs @@ -26,6 +26,7 @@ struct Cli { #[derive(Subcommand, Debug)] enum Command { + /// Send a ping message, optionally with custom content. Ping { /// Message to ping msg: Option,