Documentation ¶
Overview ¶
Package cmd contains Cobra command definitions for all Steampipe commands
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommands ¶ added in v0.3.0
func AddCommands()
Types ¶
type StatusSpinner ¶ added in v0.19.0
type StatusSpinner struct {
// contains filtered or unexported fields
}
StatusSpinner is a struct which implements StatusHooks, and uses a spinner to display status messages
func (*StatusSpinner) Done ¶ added in v0.19.0
func (s *StatusSpinner) Done()
Done implements StatusHooks
func (*StatusSpinner) Message ¶ added in v0.19.0
func (s *StatusSpinner) Message(msgs ...string)
func (*StatusSpinner) SetStatus ¶ added in v0.19.0
func (s *StatusSpinner) SetStatus(msg string)
SetStatus implements StatusHooks
func (*StatusSpinner) UpdateSpinnerMessage ¶ added in v0.19.0
func (s *StatusSpinner) UpdateSpinnerMessage(newMessage string)
UpdateSpinnerMessage updates the message of the given spinner
type StatusSpinnerOpt ¶ added in v0.19.0
type StatusSpinnerOpt func(*StatusSpinner)
func WithDelay ¶ added in v0.19.0
func WithDelay(delay time.Duration) StatusSpinnerOpt
func WithMessage ¶ added in v0.19.0
func WithMessage(msg string) StatusSpinnerOpt
Click to show internal directories.
Click to hide internal directories.