Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MinopTheme ¶
MinopTheme customizes the prompt appearance.
Types ¶
type Cli ¶
type Cli struct {
// contains filtered or unexported fields
}
Cli provides an interactive command-line interface for remote operations.
type Option ¶
type Option func(c *Cli)
Option configures a Cli instance.
func WithConfigFile ¶ added in v0.0.20
WithConfigFile sets the path to the configuration file.
func WithMaxProcs ¶
WithMaxProcs sets the maximum number of concurrent operations.
func WithVerboseLevel ¶ added in v0.0.20
WithVerboseLevel sets the verbosity level for CLI output.
Click to show internal directories.
Click to hide internal directories.