A few follow-up conflict resolutions

This commit is contained in:
2022-05-07 14:43:15 -04:00
parent 3d67b75be7
commit 63b1a7deee
4 changed files with 6 additions and 2 deletions

View File

@@ -305,6 +305,8 @@ type App struct {
// single-character bool arguments into one
// i.e. foobar -o -v -> foobar -ov
UseShortOptionHandling bool
// Enable suggestions for commands and flags
Suggest bool
// Has unexported fields.
}