Documentation
¶
Index ¶
Constants ¶
View Source
const ( DaemonKindEnvKey string = "LAZYGIT_DAEMON_KIND" RebaseTODOEnvKey string = "LAZYGIT_REBASE_TODO" )
Variables ¶
This section is empty.
Functions ¶
func InDaemonMode ¶
func InDaemonMode() bool
Types ¶
type DaemonKind ¶
type DaemonKind string
const ( InteractiveRebase DaemonKind = "INTERACTIVE_REBASE" ExitImmediately DaemonKind = "EXIT_IMMEDIATELY" )
Click to show internal directories.
Click to hide internal directories.