Documentation
¶
Index ¶
Constants ¶
View Source
const HaveNotHitRollbarLimit = false
we hit the limit: putting this here for now
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Config config.AppConfigurer Log *logrus.Entry OSCommand *commands.OSCommand GitCommand *commands.GitCommand Gui *gui.Gui Tr *i18n.Localizer Updater *updates.Updater // may only need this on the Gui ClientContext string // contains filtered or unexported fields }
App struct
func NewApp ¶
func NewApp(config config.AppConfigurer) (*App, error)
NewApp bootstrap a new application
func (*App) Rebase ¶ added in v0.8.1
Rebase contains logic for when we've been run in demon mode, meaning we've given lazygit as a command for git to call e.g. to edit a file
Source Files
¶
- app.go
Click to show internal directories.
Click to hide internal directories.