Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { GithubToken string `env:"GITHUB_TOKEN" json:"-"` Organisation string `env:"LAUNCHPAD_ORG"` Editor string `env:"EDITOR"` Save bool `json:"-"` // save current config to file Args []string `json:"-"` // non-config args DBPath string // where to persist data LogPath string // where to persist logs CachePath string // where to cache github data ConfigPath string // where to save config SourcePath string // where to manage source code GithubTokenCommand string // execute to acquire github token ExitAfterSelection bool // exit the app after the first selection }
Config declares configuration variables for the program.
Click to show internal directories.
Click to hide internal directories.