lib/style_stats/cli.rb in style_stats-0.2.0 vs lib/style_stats/cli.rb in style_stats-0.3.0
- old
+ new
@@ -19,10 +19,11 @@
end
private
def options
{
- format: @options[:format]
+ format: @options[:format],
+ template: @options[:template]
}
end
def user_agent
case @options[:user_agent]