From 95599fbf4fd9ad08762b916667d337c7cc8546c6 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 4 Feb 2021 17:22:36 +0900 Subject: [PATCH] Fixed default values for progressive option --- lib/youplot/command/options.rb | 2 +- lib/youplot/command/parser.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/youplot/command/options.rb b/lib/youplot/command/options.rb index 5c46f35..78f1054 100644 --- a/lib/youplot/command/options.rb +++ b/lib/youplot/command/options.rb @@ -7,9 +7,9 @@ module YouPlot :transpose, :headers, :pass, - :progressive, :output, :fmt, + :progressive, :encoding, :color_names, :debug, diff --git a/lib/youplot/command/parser.rb b/lib/youplot/command/parser.rb index 5db74f7..2343d09 100644 --- a/lib/youplot/command/parser.rb +++ b/lib/youplot/command/parser.rb @@ -22,6 +22,7 @@ module YouPlot pass: false, output: $stderr, fmt: 'xyy', + progressive: false, encoding: nil, color_names: false, debug: false