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