MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / Run

Function Run

pkg/cli/cli.go:28–30  ·  view source on GitHub ↗

Run the sqlc CLI. It takes an array of command-line arguments (excluding the executable argument itself) and returns an exit code.

(args []string)

Source from the content-addressed store, hash-verified

26// (excluding the executable argument itself) and returns an exit
27// code.
28func Run(args []string) int {
29 return cmd.Do(args, os.Stdin, os.Stdout, os.Stderr)
30}

Callers

nothing calls this directly

Calls 1

DoFunction · 0.92

Tested by

no test coverage detected