Skip to content

Commit

Permalink
fix color name
Browse files Browse the repository at this point in the history
  • Loading branch information
arturictus committed Jan 13, 2023
1 parent 0d0dcd6 commit a95ee0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/console1984/input_output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def show_commands
Commands:
#{COMMANDS.collect { |command, help_line| "* #{Rainbow(command.to_s).light_blue}: #{help_line}" }.join("\n")}
#{COMMANDS.collect { |command, help_line| "* #{Rainbow(command.to_s).blue}: #{help_line}" }.join("\n")}
TXT
end
Expand Down

0 comments on commit a95ee0d

Please sign in to comment.