Documentation
¶
Index ¶
Constants ¶
View Source
const ( DaemonKindEnvKey string = "LAZYAWS_DAEMON_KIND" RebaseTODOEnvKey string = "LAZYAWS_REBASE_TODO" // The `PrependLinesEnvKey` env variable is set to `true` to tell our daemon // to prepend the content of `RebaseTODOEnvKey` to the default `git-rebase-todo` // file instead of using it as a replacement. PrependLinesEnvKey string = "LAZYAWS_PREPEND_LINES" )
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.