#8 add cli, need fix parse yaml.

This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-23 18:52:13 +03:00
parent e72d5ec0d1
commit 4734816d85
11 changed files with 522 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package main
import "git.unistack.org/unistack-org/pkgdash/internal/cli"
func main() {
cli.Execute()
}