added parse command

This commit is contained in:
Radu Ioan Fericean
2014-07-17 14:11:13 +03:00
parent 62d1a31290
commit 362f34fe21
4 changed files with 97 additions and 12 deletions

View File

@@ -37,6 +37,7 @@ type Commander interface {
RpcResult() interface{} // Only requirement is to have a String method to print on console
ClientArgs() []string // for autocompletion
Name() string
LocalExecute() string
}
func GetCommands() map[string]Commander {