feat: Add info about optional flags to usage (#416)
This commit is contained in:
@@ -32,7 +32,7 @@ func TestCustomWrap(t *testing.T) {
|
||||
|
||||
_, err := app.Parse([]string{"--help"})
|
||||
assert.NoError(t, err)
|
||||
expected := `Usage: test-app
|
||||
expected := `Usage: test-app [flags]
|
||||
|
||||
A test app.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user