We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fdb1c commit a651794Copy full SHA for a651794
main_test.go
@@ -239,7 +239,7 @@ func TestRunWithInsufficientArgs(t *testing.T) {
239
// TestRunWithHelpFlags tests the run function with help flag arguments.
240
func TestRunWithHelpFlags(t *testing.T) {
241
helpFlags := []string{"--help", "-h", "help"}
242
-
+
243
for _, flag := range helpFlags {
244
t.Run("help_flag_"+flag, func(t *testing.T) {
245
// Capture stdout
0 commit comments