Files

6 lines
248 B
Go
Raw Permalink Normal View History

package main
// This stub keeps `go test ./scripts` buildable without pulling every CLI entrypoint
// into the same package compilation unit. Command-specific behavior is verified
// through file-scoped go test/go run invocations and shell gates.