summary refs log tree commit diff
path: root/bin/bacon
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bacon')
-rwxr-xr-xbin/bacon3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bacon b/bin/bacon
index c76701e..104c887 100755
--- a/bin/bacon
+++ b/bin/bacon
@@ -49,6 +49,9 @@ opts = OptionParser.new("", 24, '  ') { |opts|
   opts.on("-p", "--tap",     "do TAP (Test Anything Protocol) output") {
     output = 'TapOutput'
   }
+  opts.on("-k", "--knock",   "do Knock output") {
+    output = 'KnockOutput'
+  }
 
   opts.on("-o", "--output FORMAT",
           "do FORMAT (SpecDox/TestUnit/Tap) output") { |format|