exe/sg in signature_generator-0.1.4 vs exe/sg in signature_generator-0.1.5
- old
+ new
@@ -37,9 +37,10 @@
slop.on :'max-retry',
"Number of times retrying is allowed when prompted for values. Default is #{SignatureGenerator::Processor::MAX_RETRY}.",
argument: true, as: Integer
slop.on :var=, 'Define variables in the form name=value', argument: true, as: Array
slop.on :n, :'no-minify', 'Will not minify the resulting html signature. By default will do', argument: false
+ slop.on :'inline-images', 'Encodes remote images as Base64', argument: false
end
end
def do_process
# Your code here.