NodeCmd.Flags().StringVar(&nodeCmd,"cmd","","the command send to node")
NodeCmd.Flags().StringVar(&nodeInclude,"include","","the node ids that needs to execute the command, split by ',', e.g: '--include=aa,bb,cc', empty means all nodes")
NodeCmd.Flags().StringVar(&nodeExclude,"exclude","","the node ids that doesn't need to execute the command, split by ',', e.g: '--exclude=aa,bb,cc', empty means none")