vbauer / manet

Website screenshot service powered by Node.js, SlimerJS and PhantomJS
MIT License
575 stars 102 forks source link

Multiple --options params ??? #63

Closed stepanic closed 8 years ago

stepanic commented 8 years ago

When I change Procfile to: web: npm install -g phantomjs && ./bin/manet --port $PORT --options:format png --options:force true

The force is still at default value force=false, how can I set default value to force=true with CLI parameter?

stepanic commented 8 years ago

This works perfect, problem was with default cache value --cache=3600