Documentation ¶
Index ¶
- func IgnoreFilePath(path string) (ignored bool)
- func RegisterInit(app *kingpin.Application, config config.Config, args *GlobalArgs)
- func RegisterLogin(app *kingpin.Application, config config.Config, args *GlobalArgs)
- func RegisterPush(app *kingpin.Application, config config.Config, args *GlobalArgs, ...)
- func RegisterSubmit(app *kingpin.Application, config config.Config, args *GlobalArgs, ...)
- func RegisterVersion(app *kingpin.Application, config config.Config)
- func RegisterWatch(app *kingpin.Application, config config.Config, args *GlobalArgs, ...)
- func RegisterWhoami(app *kingpin.Application, config config.Config, args *GlobalArgs, ...)
- func ReplaceInFile(file, from, to string) error
- type DevelopmentSettings
- type GlobalArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IgnoreFilePath ¶
func RegisterInit ¶
func RegisterInit(app *kingpin.Application, config config.Config, args *GlobalArgs)
RegisterInit registers the 'init' command.
func RegisterLogin ¶
func RegisterLogin(app *kingpin.Application, config config.Config, args *GlobalArgs)
RegisterLogin registers the 'login' command.
func RegisterPush ¶
func RegisterPush(app *kingpin.Application, config config.Config, args *GlobalArgs, logger *appixLogger.Logger)
RegisterPush registers the 'push' command.
func RegisterSubmit ¶
func RegisterSubmit(app *kingpin.Application, config config.Config, args *GlobalArgs, logger *appixLogger.Logger)
RegisterSubmit registers the 'submit' command.
func RegisterVersion ¶
func RegisterVersion(app *kingpin.Application, config config.Config)
RegisterVersion registers the 'version' command.
func RegisterWatch ¶
func RegisterWatch(app *kingpin.Application, config config.Config, args *GlobalArgs, logger *appixLogger.Logger)
RegisterWatch registers the 'watch' command.
func RegisterWhoami ¶
func RegisterWhoami(app *kingpin.Application, config config.Config, args *GlobalArgs, logger *appixLogger.Logger)
RegisterWhoami registers the 'whoami' command.
func ReplaceInFile ¶
Types ¶
type DevelopmentSettings ¶
type GlobalArgs ¶
GlobalArgs defines the basic set of arguments which can be used by all verbs.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.