lib/rouge/cli.rb in rouge-1.8.0 vs lib/rouge/cli.rb in rouge-1.9.0
- old
+ new
@@ -163,9 +163,13 @@
yield %[--lexer|-l <lexer> specify the lexer to use.]
yield %[ If not provided, rougify will try to guess]
yield %[ based on --mimetype, the filename, and the]
yield %[ file contents.]
yield %[]
+ yield %[--formatter|-f <opts> specify the output formatter to use.]
+ yield %[ If not provided, rougify will default to]
+ yield %[ terminal256.]
+ yield %[]
yield %[--mimetype|-m <mimetype> specify a mimetype for lexer guessing]
yield %[]
yield %[--lexer-opts|-L <opts> specify lexer options in CGI format]
yield %[ (opt1=val1&opt2=val2)]
yield %[]