signal-cli -u USERNAME updateGroup -g GROUP_ID -n "New group name"
+ * Leave a group
+
+ signal-cli -u USERNAME quitGroup -g GROUP_ID
+
* Send a message to a group
signal-cli -u USERNAME send -m "This is a message" -g GROUP_ID
.help("Show package version.")
.action(Arguments.version());
parser.addArgument("--config")
- .help("Set the path, where to store the config (Default: $HOME/.config/signal-cli).");
+ .help("Set the path, where to store the config (Default: $HOME/.config/signal).");
MutuallyExclusiveGroup mut = parser.addMutuallyExclusiveGroup();
mut.addArgument("-u", "--username")