Documentation ¶ Index ¶ type CLI func NewCLI(path string, options *Options, out *output.Interface, verb output.Level) CLI type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CLI ¶ type CLI interface { // EachLine runs a buildctl command that sends // its lines of standard error to a callback EachErrLine(args []string, fn func(line string)) error } CLI represents the buildctl CLI func NewCLI ¶ func NewCLI(path string, options *Options, out *output.Interface, verb output.Level) CLI NewCLI creates a new buildctl CLI object type Options ¶ type Options struct { Debug bool } Options represents global options for the buildctl CLI Source Files ¶ View all Source files cli.go Click to show internal directories. Click to hide internal directories.