mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
WIP
This commit is contained in:
@ -33,7 +33,7 @@ type WorkingTreeOSCommand interface {
|
|||||||
func NewWorkingTreeCommands(
|
func NewWorkingTreeCommands(
|
||||||
common *common.Common,
|
common *common.Common,
|
||||||
cmd oscommands.ICmdObjBuilder,
|
cmd oscommands.ICmdObjBuilder,
|
||||||
submodulesCommands *SubmoduleCommands,
|
submoduleCommands *SubmoduleCommands,
|
||||||
osCommand WorkingTreeOSCommand,
|
osCommand WorkingTreeOSCommand,
|
||||||
fileLoader *loaders.FileLoader,
|
fileLoader *loaders.FileLoader,
|
||||||
) *WorkingTreeCommands {
|
) *WorkingTreeCommands {
|
||||||
@ -41,7 +41,7 @@ func NewWorkingTreeCommands(
|
|||||||
Common: common,
|
Common: common,
|
||||||
cmd: cmd,
|
cmd: cmd,
|
||||||
os: osCommand,
|
os: osCommand,
|
||||||
submodule: submodulesCommands,
|
submodule: submoduleCommands,
|
||||||
fileLoader: fileLoader,
|
fileLoader: fileLoader,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user