toolcli

package
v0.0.0-...-6217932 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2016 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(cl CommandList)

Types

type Command

type Command struct {
	Name     string
	UsageStr string
	Help     string
	Fn       func([]string)
	MinArgs  int
	MaxArgs  int
}

func (Command) PrintHelp

func (c Command) PrintHelp()

func (Command) Run

func (c Command) Run(args []string)

type CommandList

type CommandList []Command

func (CommandList) PrintHelp

func (cl CommandList) PrintHelp()

Jump to

Keyboard shortcuts

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