mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-22 21:48:12 +08:00
Add experimental progressive mode
This commit is contained in:
@@ -7,6 +7,7 @@ module YouPlot
|
||||
:transpose,
|
||||
:headers,
|
||||
:pass,
|
||||
:progressive,
|
||||
:output,
|
||||
:fmt,
|
||||
:encoding,
|
||||
|
@@ -82,7 +82,7 @@ module YouPlot
|
||||
opt.on('--[no-]labels', TrueClass, 'hide the labels') do |v|
|
||||
params.labels = v
|
||||
end
|
||||
opt.on('--progress', TrueClass, 'progressive') do |v|
|
||||
opt.on('--progress', TrueClass, 'progressive mode [experimental]') do |v|
|
||||
@options[:progressive] = v
|
||||
end
|
||||
opt.on('--encoding VAL', String, 'Specify the input encoding') do |v|
|
||||
|
Reference in New Issue
Block a user