Added structure for Search Commands

This commit is contained in:
netbenix 2021-10-30 18:34:24 +02:00
parent 7ff62e1a06
commit aad0ce2c4e
2 changed files with 28 additions and 0 deletions

View file

@ -19,6 +19,7 @@ func main(){
Commands: []*cli.Command {
Commands.PushCommand(),
Commands.PullCommand(),
Commands.SearchCommand(),
},
}