test(01-02): add failing tests for provider schema validation and registry
This commit is contained in:
8
cmd/root.go
Normal file
8
cmd/root.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package cmd
|
||||
|
||||
import "os"
|
||||
|
||||
// Execute is a stub. The real command tree is built in Plan 05.
|
||||
func Execute() {
|
||||
_ = os.Args
|
||||
}
|
||||
Reference in New Issue
Block a user