cli

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicUI

type BasicUI struct {
	mcli.BasicUi
}

BasicUI augments mitchellh/cli.BasicUi by exposing the underlying io.Writer.

func (*BasicUI) Stderr

func (b *BasicUI) Stderr() io.Writer

func (*BasicUI) Stdout

func (b *BasicUI) Stdout() io.Writer

type Command

type Command mcli.Command

Command is an alias to reduce the diff. It can be removed at any time.

type UI

type UI interface {
	mcli.Ui
	Stdout() io.Writer
	Stderr() io.Writer
}

UI implements the mitchellh/cli.Ui interface, while exposing the underlying io.Writer used for stdout and stderr.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL