package cli var ( Feature = []byte{67, 76, 73} OK = []byte("OK") Bye = "Bye Bye" ) const ( errNotFound = 4004 errExecuteFailed = 4005 )