Skip to content

Commit 0f5f678

Browse files
committed
fix: address pr comments
1 parent bcd6c72 commit 0f5f678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/io/github/guidewire/oss/cli/FernJUnitClientCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ class FernJUnitClientCommand : CliktCommand(
1111
}
1212

1313
override fun run() {
14-
// Root command doesn't do anything on its own
14+
// Root command doesn't do anything on its own - just prints help message
1515
}
1616
}

0 commit comments

Comments
 (0)