Added structure for Search Commands
This commit is contained in:
parent
7ff62e1a06
commit
aad0ce2c4e
2 changed files with 28 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ func main(){
|
|||
Commands: []*cli.Command {
|
||||
Commands.PushCommand(),
|
||||
Commands.PullCommand(),
|
||||
Commands.SearchCommand(),
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue