mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-24 23:28:06 +08:00
Fix variables again
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
module Uplot
|
||||
class Command
|
||||
class Parser
|
||||
attr_reader :command, :params, :main_parser, :sub_parsers, :delimiter, :transpose, :headers
|
||||
attr_reader :command, :params, :main_parser, :sub_parsers,
|
||||
:delimiter, :transpose, :headers, :output, :count, :fmt, :debug
|
||||
|
||||
def initialize
|
||||
@sub_parsers = create_sub_parsers
|
||||
@@ -12,6 +13,10 @@ module Uplot
|
||||
@delimiter = "\t"
|
||||
@transpose = false
|
||||
@headers = nil
|
||||
@output = false
|
||||
@count = false
|
||||
@fmt = 'xyy'
|
||||
@debug = false
|
||||
end
|
||||
|
||||
def create_default_parser
|
||||
|
Reference in New Issue
Block a user