Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteAppConfig ¶
WriteAppConfig will write the app config
Types ¶
type App ¶
type App struct { *config.AppConfig *software.UpdateConfig InstallPath string }
App holds the environment variables for the user
func NewApp ¶
func NewApp(appConfig *config.AppConfig, updateConfig *software.UpdateConfig) *App
NewApp ...
func (*App) RunLatestApp ¶
RunLatestApp will run the latest app
func (*App) RunNamedApp ¶
RunNamedApp will run the app with given (partial) name If there are multiple matches, it will ask for user to choose
func (*App) RunWithList ¶
RunWithList will list the last 5 apps and will ask user to select 1
Click to show internal directories.
Click to hide internal directories.