KristofferC / Crayons.jl

Colored and styled strings for terminals.
Other
150 stars 14 forks source link

Problem in README.md -- shownumbers param #54

Closed ghjwp7 closed 2 years ago

ghjwp7 commented 2 years ago

julia> Crayons.test_256_colors(shownumbers::Bool=true) ERROR: syntax: invalid keyword argument name "shownumbers::Bool" around REPL[55]:1

The test_256_colors example above appears in the Readme section "The foreground and background argument can be of three types:". It appears that Crayons.test_256_colors(true) and Crayons.test_256_colors(false) work ok. Same problem applies to Crayons.test_24bit_colors

KristofferC commented 2 years ago

Should be fixed by https://github.com/KristofferC/Crayons.jl/pull/52