package
Version:
v1.3.5
Opens a new window with list of versions in this module.
Published: Jul 5, 2018
License: MIT
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
NewClean returns a new CleanCmd struct
NewCommit returns new CommitCmd struct
NewInit returns new InitCmd struct
NewRecord return new RecordCmd struct
NewReport create new ReportCmd struct
NewStatus returns new StatusCmd struct
NewUninit returns new UninitCmd struct
type CleanCmd struct {
UI cli.Ui
}
CleanCmd contains method for clean method
Help returns help for the clean command
Run executes clean command with args
Synopsis return help for clean command
type CommitCmd struct {
UI cli.Ui
}
CommitCmd struct contain methods for commit command
Help returns help for commit command
Run executes commit commands with args
Synopsis return help for commit command
type InitCmd struct {
UI cli.Ui
}
InitCmd contains methods for init command
Help return help for init command
Run executes init command with args
Synopsis return help for init command
RecordCmd contains method for record command
Help returns help for record command
Run executes record command with args
type ReportCmd struct {
UI cli.Ui
}
ReportCmd contains methods for report command
Help returns help for report command
Run executes report command with args
Synopsis return help for report command
type StatusCmd struct {
UI cli.Ui
}
StatusCmd containt methods for status command
Help returns help for status command
Run executes status command with args
Synopsis returns help for status command
type UninitCmd struct {
UI cli.Ui
}
UninitCmd contains methods for uninit command
Help returns help for uninit command
Run executes uninit command with args
Synopsis returns help for uninit command
VerifyCmd contains CLI commands for verify
Help returns CLI help for Verify command
Run executes verify commands with args
Synopsis returns verify help
Source Files
¶
Click to show internal directories.
Click to hide internal directories.