lib/magic_reveal/cli/options.rb in magic_reveal-2.4.0.5 vs lib/magic_reveal/cli/options.rb in magic_reveal-2.6.1.1

- old
+ new

@@ -17,9 +17,11 @@ @command = :help else @command = :new @project = args[1] end + when 'force-reload' + @command = :force_reload when 'start' @command = :start when 'static' @command = :static else # including help