bin/fusionpacker in fusionpacker-0.1.2 vs bin/fusionpacker in fusionpacker-0.1.3
- old
+ new
@@ -10,10 +10,10 @@
opt :force, "Update target even when source is older than target", :short => "f"
opt :project_type, "Project type (vx|ace|xp)", :short => "t", :type => String
opt :verbose, "Print verbose information while processing", :short => "V"
opt :scripts, "Convert scripts contained in /project/Scripts", :default => false
opt :saves, "Convert saves contained in /project", :default => false
- opt :files, "Array of files to convert instead, delimited by spaces", :short => "l", :type => :strings
+ opt :files, "Array of files to convert instead, delimited by spaces. If this argument is present, paths to files are resolved from --project directory", :short => "l", :type => :strings
end
directions = {
"unpack" => :all_bin_to_text,
"pack" => :all_text_to_bin