Add council review tally command
This commit is contained in:
@@ -10,5 +10,6 @@ func newCouncilCmd(root *rootOptions) *cobra.Command {
|
||||
|
||||
cmd.AddCommand(newCouncilStartCmd(root))
|
||||
cmd.AddCommand(newCouncilWaitCmd(root))
|
||||
cmd.AddCommand(newCouncilTallyCmd(root))
|
||||
return cmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user