Fix color command option

This commit is contained in:
kojix2
2020-11-06 10:21:36 +09:00
parent 7fc7c797af
commit 2181e4a0f7
3 changed files with 20 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ module Uplot
@debug = parser.debug
if command == :colors
Plot.colors
Plot.colors(parser.color_names)
exit
end