//
pkg.gl
Category
github.com/submariner-io/subctl
internal
cli
package
0.19.0-rc1
Repository:
https://github.com/submariner-io/subctl.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
4
Files
488 SLOC
#
Functions
NewLogger
NewLogger returns a new Logger with the given verbosity.
NewReporter
No description provided by the author
NewSpinner
NewSpinner initializes and returns a new Spinner that will write to w NOTE: w should be os.Stderr or similar, and it should be a Terminal.
#
Structs
Logger
Logger is the kind cli's log.Logger implementation.
Spinner
Spinner is a simple and efficient CLI loading spinner used by kind It is simplistic and assumes that the line length will not change.