xcli

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildCobraCommand

func BuildCobraCommand(icmd ICommand) *cobra.Command

func ConvFlag2Pflag

func ConvFlag2Pflag(src *flag.FlagSet, dst *pflag.FlagSet)

func InitRootCommand

func InitRootCommand(root ICommand, cmds ...ICommand) *cobra.Command

Types

type ICommand

type ICommand interface {
	Use() string
	Short() string
	Long() string
	Run(ctx context.Context, args []string) error
	Flags() *flag.FlagSet
}

type ICommandList

type ICommandList []ICommand

Jump to

Keyboard shortcuts

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