fix: move main() function to cmd/cmd.go
This commit is contained in:
@@ -27,7 +27,7 @@ func init() {
|
||||
flag.Parse()
|
||||
}
|
||||
|
||||
func Execute() {
|
||||
func main() {
|
||||
ctx := context.Background()
|
||||
|
||||
assertions := tinyssert.NewDisabledAssertions()
|
||||
|
||||
Reference in New Issue
Block a user