aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zotcli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/zotcli.rs')
-rw-r--r--examples/zotcli.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/zotcli.rs b/examples/zotcli.rs
index 2599531..0925a1f 100644
--- a/examples/zotcli.rs
+++ b/examples/zotcli.rs
@@ -74,6 +74,7 @@ fn main() {
(about: "Post a new message")
(@arg BODY: +required "Body of the message")
(@arg TITLE: --title +takes_value "Set a title for the message")
+ (@arg ATTACH: --attach [FILE] "Attach a file or image to the post")
)
)
.get_matches();