Merge latest and fix tests

This commit is contained in:
Naveen Gogineni
2022-09-24 21:07:00 -04:00
parent d5947d7814
commit bc9ae33465
4 changed files with 22 additions and 16 deletions

View File

@@ -40,6 +40,7 @@ func TestCommandFlagParsing(t *testing.T) {
Description: "testing",
Action: func(_ *Context) error { return nil },
SkipFlagParsing: c.skipFlagParsing,
isRoot: true,
}
err := command.Run(cCtx, c.testArgs)