1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-15 22:26:40 +02:00
This commit is contained in:
Stefan Haller 2024-01-26 17:36:42 +01:00
parent 6322944a5e
commit e8e7ddea45

View File

@ -6,7 +6,7 @@ import (
)
var SelectAllFiles = NewIntegrationTest(NewIntegrationTestArgs{
Description: "All all files of a commit to a custom patch with the 'a' keybinding",
Description: "Add all files of a commit to a custom patch with the 'a' keybinding",
ExtraCmdArgs: []string{},
Skip: false,
SetupConfig: func(config *config.AppConfig) {},