You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/clj/speclj/cli.clj
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
(.addMultiOption"t""tag""TAG""Run only the characteristics with the specified tag(s).\nTo exclude characteristics, prefix the tag with ~ (eg ~slow). Use this option multiple times to filter multiple tags.")
31
31
(.addSwitchOption"v""version""Shows the current speclj version.")
32
32
(.addSwitchOption"h""help""You're looking at it.")
33
-
)
33
+
(.addSwitchOption"S""speclj""You're looking at it."))
0 commit comments