|
|
@@ -3,7 +3,19 @@ use client_shared::{message::Message, utils::{rx_messages, tx_message}};
|
|
|
use utils::time::time_millis;
|
|
|
|
|
|
#[derive(Parser, Debug)]
|
|
|
-#[command(version, about, long_about = None)]
|
|
|
+#[command(
|
|
|
+ version,
|
|
|
+ about,
|
|
|
+ author,
|
|
|
+ long_about = None,
|
|
|
+ help_template = "\
|
|
|
+{before-help}{name} {version}
|
|
|
+{author-with-newline}{about-with-newline}
|
|
|
+{usage-heading} {usage}
|
|
|
+
|
|
|
+{all-args}{after-help}
|
|
|
+"
|
|
|
+)]
|
|
|
struct Args {
|
|
|
#[arg(
|
|
|
short = 'H', long = "host",
|