Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "1.0.0"
Version project version.
Functions ¶
This section is empty.
Types ¶
type OptMain ¶
type OptMain struct {
Start bool `docopt:"start"`
Setup bool `docopt:"setup"`
Install bool `docopt:"install"`
List bool `docopt:"list"`
Remove bool `docopt:"remove"`
Search bool `docopt:"search"`
Update bool `docopt:"update"`
Init bool `docopt:"init"`
Repo bool `docopt:"repo"`
}
OptMain holds all parsed options from GetOptMain.
func GetOptMain ¶
GetOptMain is a command line option parser that uses docopts-go to parse a usage document string.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package di is a package that implements Dependency Injection through methods that create the options needed for structs to be created.
|
Package di is a package that implements Dependency Injection through methods that create the options needed for structs to be created. |
|
Package env holds environment variables used by the application.
|
Package env holds environment variables used by the application. |
|
Package fflags enables featureflags using environment variables.
|
Package fflags enables featureflags using environment variables. |
|
resources
|
|
|
ansicodes
Package ansicodes is a collection of ANSI escape sequences used to format text output.
|
Package ansicodes is a collection of ANSI escape sequences used to format text output. |
|
check
Package check performs checks
|
Package check performs checks |
|
exit
Package exit handles exit to OS
|
Package exit handles exit to OS |
|
sync
Package sync synchronizes configuration between the database and corresponding file and synchronization of any downloads.
|
Package sync synchronizes configuration between the database and corresponding file and synchronization of any downloads. |
|
services
|
|
|
initialize
Package initialize initializes a template or a repository
|
Package initialize initializes a template or a repository |
|
search
Package search implements search functionality
|
Package search implements search functionality |
|
subcmds
|
|
Click to show internal directories.
Click to hide internal directories.