cmd

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = "unset"

Version will be set in build step.

Functions

This section is empty.

Types

type Cmd added in v0.2.0

type Cmd struct {
	// contains filtered or unexported fields
}

Cmd is the object that has everything required to show CLI.

func NewCmd added in v0.2.0

func NewCmd() *Cmd

NewCmd returns a new Cmd object.

func (*Cmd) Start added in v0.2.0

func (cmd *Cmd) Start(args []string)

Start starts the gi command.

type Option added in v0.2.0

type Option struct {
	Version bool `long:"version" description:"Show version"`
}

Option is the object that represents command options.

Jump to

Keyboard shortcuts

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