@ -135,8 +135,7 @@ func NewSeqCmd() *SeqCmd {
func (s *SeqCmd) GetSeqCmd() *cobra.Command {
s.Command.Run = func(cmdLines *cobra.Command, args []string) {
var err error
_, err = tools.InitMsgTool()
msgTool, err := tools.InitMsgTool()
if err != nil {
panic(err)
}