From: Atomic-Bean <75401809+Atomic-Bean@users.noreply.github.com> Date: Wed, 13 Jan 2021 15:51:31 +0000 (+1030) Subject: Added JSON output to listGroups and allowed json to be activated with -j (#401) X-Git-Tag: v0.7.3~39 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/90f5cd79c982c9d9f5f5103ca9af4ee289ee9ba1?hp=90f5cd79c982c9d9f5f5103ca9af4ee289ee9ba1 Added JSON output to listGroups and allowed json to be activated with -j (#401) * Added json output to listGroups and allowed json to be activated with -j * Renamed classes * Added AsamK's suggestions * Removed isRegisted check since that is causing a conflict with upstream * Fixed an issue in the help message for listGroupsCommand * Re-enabled --json for receive and getUserStatuses commands as deprecated * Added better depricated warning message and clarified some java doc stuff ---