Documentation
¶
Overview ¶
Package options defines the global options of this tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Watchables string `` /* 128-byte string literal not displayed */
GitName string `name:"git-name" help:"The name to create a commit with." default:"Basechange" env:"BASECHANGE_GIT_NAME"`
GitEmail string `name:"git-email" help:"The email to create a commit with." default:"basechange@github.com" env:"BASECHANGE_GIT_EMAIL"`
Debug bool `name:"debug" help:"Print debug messages." default:"false"`
}
Options represents the global options of this tool.
Click to show internal directories.
Click to hide internal directories.