From bee7318ca808d36b29cbf6021ec47252ab2305f8 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 1 Jan 2020 23:45:30 +0100 Subject: zotcli: Limit post to one or more groups. --- examples/zotcli.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/zotcli.rs') diff --git a/examples/zotcli.rs b/examples/zotcli.rs index 0925a1f..2b068e0 100644 --- a/examples/zotcli.rs +++ b/examples/zotcli.rs @@ -75,6 +75,7 @@ fn main() { (@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") + (@arg GROUP: --group [groups] "Limit distribution to the specified group(s) separated by comma") ) ) .get_matches(); -- cgit v1.2.3