flags

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Flag to activate debug mode
	Debug bool

	// Flag used to ignore errors in API calls
	IgnoreErrors bool

	// Common flags used by all subcommands to control output format (json, yaml)
	OutputFormatConfig display.OutputFormat

	// Common filters that can be used in all listing commands
	GenericFilters []string

	// Flag used by all actions that trigger asynchronous tasks to
	// wait for task completion before exiting
	WaitForTask bool

	// INI configuration file and its path
	CliConfig     *ini.File
	CliConfigPath string

	// Flag to indicate whether the command should use the editor for input parameters
	ParametersViaEditor bool

	// Flag to indicate whether the command should use a file for input parameters
	ParametersFile string
)

Flag set from command line

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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