Documentation ¶
Index ¶
- func NewClean() (cli.Command, error)
- func NewCommit() (cli.Command, error)
- func NewInit() (cli.Command, error)
- func NewRecord() (cli.Command, error)
- func NewReport() (cli.Command, error)
- func NewRewrite() (cli.Command, error)
- func NewStatus() (cli.Command, error)
- func NewUninit() (cli.Command, error)
- type CleanCmd
- type CommitCmd
- type InitCmd
- type RecordCmd
- type ReportCmd
- type RewriteCmd
- type StatusCmd
- type UninitCmd
- type VerifyCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRewrite ¶ added in v1.0.1
NewCommit returns new CommitCmd struct
Types ¶
type CommitCmd ¶
CommitCmd struct contain methods for commit command
type RecordCmd ¶
RecordCmd contains method for record command
type ReportCmd ¶
ReportCmd contains methods for report command
type RewriteCmd ¶ added in v1.0.1
CommitCmd struct contain methods for commit command
func (RewriteCmd) Help ¶ added in v1.0.1
func (c RewriteCmd) Help() string
Help returns help for commit command
func (RewriteCmd) Run ¶ added in v1.0.1
func (c RewriteCmd) Run(args []string) int
Run executes commit commands with args
func (RewriteCmd) Synopsis ¶ added in v1.0.1
func (c RewriteCmd) Synopsis() string
Synopsis return help for commit command
type StatusCmd ¶
StatusCmd containt methods for status command
type UninitCmd ¶
UninitCmd contains methods for uninit command
Click to show internal directories.
Click to hide internal directories.