feat: Add info about optional flags to usage (#416)

This commit is contained in:
Dennis Ploeger
2024-02-27 09:39:21 +01:00
committed by GitHub
parent fa9b636997
commit dc13080e39
4 changed files with 38 additions and 28 deletions
+1 -1
View File
@@ -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.