Skip to content
Snippets Groups Projects
Commit 02f9a5eb authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Merge branch 'xx-4353/fix-broadcast' into 'release'

Change channel name arg to not conflict with group

See merge request !458
parents e043c765 ec8576cc
No related branches found
No related tags found
2 merge requests!510Release,!458Change channel name arg to not conflict with group
......@@ -12,8 +12,9 @@ package cmd
// flags for any existing or new subcommands should be listed and organized
// here. Pulling flags using Viper should use the constants defined here.
// todo: fill this with all existing flags, replace hardcoded references with
// these constants. This makes renaming them easier, as well as having
// a consolidated place in code for these flags.
//
// these constants. This makes renaming them easier, as well as having
// a consolidated place in code for these flags.
const (
//////////////// Root flags ///////////////////////////////////////////////
......@@ -85,7 +86,7 @@ const (
legacyFlag = "legacy"
///////////////// Broadcast subcommand flags //////////////////////////////
broadcastNameFlag = "name"
broadcastNameFlag = "channelName"
broadcastRsaPubFlag = "rsaPub"
broadcastSaltFlag = "salt"
broadcastDescriptionFlag = "description"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment