Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StartArgs ¶
type StartArgs struct { // GitArg determines what context we open in GitArg GitArg // integration test (only relevant when invoking lazygit in the context of an integration test) IntegrationTest integrationTypes.IntegrationTest // FilterPath determines which path we're going to filter on so that we only see commits from that file. FilterPath string // ScreenMode determines the initial Screen Mode (normal, half or full) to use ScreenMode string }
StartArgs is the struct that represents some things we want to do on program start
func NewStartArgs ¶
func NewStartArgs(filterPath string, gitArg GitArg, screenMode string, test integrationTypes.IntegrationTest) StartArgs
Click to show internal directories.
Click to hide internal directories.