bin/staticify in remi-rack-staticifier-0.1.3 vs bin/staticify in remi-rack-staticifier-0.1.4
- old
+ new
@@ -18,9 +18,14 @@
Usage:
staticify # print this usage information
staticify . # staticify Rack app in current directory
+ Options:
+ -d, --dir some/directory # directory to save files to
+ -a, --app "MyApp.new" # ruby to eval to get Rack app
+ -r, --require file[.rb] # ruby file(s) to require
+
USAGE
end
if ARGV.empty?
usage