cmd

package
v0.0.0-...-384e167 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbstractCommand

type AbstractCommand struct {
	Flags *flag.FlagSet
}

func (*AbstractCommand) Init

func (g *AbstractCommand) Init(args []string) error

func (*AbstractCommand) Name

func (g *AbstractCommand) Name() string

type Command

type Command interface {
	Init([]string) error
	Run() error
	Name() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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