feat: add search command

This commit is contained in:
2025-02-18 17:55:25 +03:00
parent adc4a42800
commit 04523775f1
5 changed files with 226 additions and 6 deletions

View File

@ -81,6 +81,7 @@ func GetApp() *cli.App {
GenCmd(),
HelperCmd(),
VersionCmd(),
SearchCmd(),
},
Before: func(c *cli.Context) error {
ctx := c.Context