File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
pkg/integration/tests/custom_commands Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,9 @@ var GlobalContext = NewIntegrationTest(NewIntegrationTestArgs{
15
15
SetupConfig : func (cfg * config.AppConfig ) {
16
16
cfg .GetUserConfig ().CustomCommands = []config.CustomCommand {
17
17
{
18
- Key : "X" ,
19
- Context : "global" ,
20
- Command : "touch myfile" ,
21
- ShowOutput : false ,
18
+ Key : "X" ,
19
+ Context : "global" ,
20
+ Command : "touch myfile" ,
22
21
},
23
22
}
24
23
},
Original file line number Diff line number Diff line change @@ -15,10 +15,9 @@ var MultipleContexts = NewIntegrationTest(NewIntegrationTestArgs{
15
15
SetupConfig : func (cfg * config.AppConfig ) {
16
16
cfg .GetUserConfig ().CustomCommands = []config.CustomCommand {
17
17
{
18
- Key : "X" ,
19
- Context : "commits, reflogCommits" ,
20
- Command : "touch myfile" ,
21
- ShowOutput : false ,
18
+ Key : "X" ,
19
+ Context : "commits, reflogCommits" ,
20
+ Command : "touch myfile" ,
22
21
},
23
22
}
24
23
},
You can’t perform that action at this time.
0 commit comments