command

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2016 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClean

func NewClean() (cli.Command, error)

func NewCommit

func NewCommit() (cli.Command, error)

func NewInit

func NewInit() (cli.Command, error)

func NewRecord

func NewRecord() (cli.Command, error)

func NewReport

func NewReport() (cli.Command, error)

func NewStatus

func NewStatus() (cli.Command, error)

func NewUninit

func NewUninit() (cli.Command, error)

func NewVerify

func NewVerify(v string) func() (cli.Command, error)

Types

type CleanCmd

type CleanCmd struct {
}

func (CleanCmd) Help

func (v CleanCmd) Help() string

func (CleanCmd) Run

func (v CleanCmd) Run(args []string) int

func (CleanCmd) Synopsis

func (v CleanCmd) Synopsis() string

type GitCommit

type GitCommit struct {
}

func (GitCommit) Help

func (r GitCommit) Help() string

func (GitCommit) Run

func (r GitCommit) Run(args []string) int

func (GitCommit) Synopsis

func (r GitCommit) Synopsis() string

type InitCmd

type InitCmd struct {
}

func (InitCmd) Help

func (i InitCmd) Help() string

func (InitCmd) Run

func (i InitCmd) Run(args []string) int

func (InitCmd) Synopsis

func (i InitCmd) Synopsis() string

type RecordCmd

type RecordCmd struct {
}

func (RecordCmd) Help

func (r RecordCmd) Help() string

func (RecordCmd) Run

func (r RecordCmd) Run(args []string) int

func (RecordCmd) Synopsis

func (r RecordCmd) Synopsis() string

type ReportCmd

type ReportCmd struct {
}

func (ReportCmd) Help

func (r ReportCmd) Help() string

func (ReportCmd) Run

func (r ReportCmd) Run(args []string) int

func (ReportCmd) Synopsis

func (r ReportCmd) Synopsis() string

type StatusCmd

type StatusCmd struct {
}

func (StatusCmd) Help

func (r StatusCmd) Help() string

func (StatusCmd) Run

func (r StatusCmd) Run(args []string) int

func (StatusCmd) Synopsis

func (r StatusCmd) Synopsis() string

type UninitCmd

type UninitCmd struct {
}

func (UninitCmd) Help

func (v UninitCmd) Help() string

func (UninitCmd) Run

func (v UninitCmd) Run(args []string) int

func (UninitCmd) Synopsis

func (v UninitCmd) Synopsis() string

type VerifyCmd

type VerifyCmd struct {
	Version string
}

func (VerifyCmd) Help

func (v VerifyCmd) Help() string

func (VerifyCmd) Run

func (v VerifyCmd) Run(args []string) int

func (VerifyCmd) Synopsis

func (v VerifyCmd) Synopsis() string

Source Files

  • clean.go
  • commit.go
  • init.go
  • record.go
  • report.go
  • status.go
  • uninit.go
  • verify.go

Jump to

Keyboard shortcuts

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