exe/nora in nora-0.2 vs exe/nora in nora-0.3
- old
+ new
@@ -28,9 +28,14 @@
"Testing mode. Does not actually schedule anything or send any emails."
) do |test|
options[:test] = test
end
+ opts.on("--version", "Print the version and exit") do
+ puts Nora::VERSION
+ exit
+ end
+
opts.on_tail("-h", "--help", "Show this message") do
puts opts
exit
end
end