lib/wortsammler/exe.wortsammler.rb in wortsammler-0.0.6 vs lib/wortsammler/exe.wortsammler.rb in wortsammler-0.0.7
- old
+ new
@@ -92,9 +92,14 @@
opts.on( '-p', '--process', 'process documents by manifest' ) do
options[:process] = true
end
+ options[:plantuml] = false
+ opts.on( '-u', '--plantuml', 'plantuml documents by manifest' ) do
+ options[:plantuml] = true
+ end
+
options[:beautify] = false
opts.on( "-b", '--beautify', 'bautify markdownfiles' ) do
options[:beautify] = true
end