ronisbr / PrettyTables.jl

Print data in formatted tables.
MIT License
391 stars 38 forks source link

Please, update the documentation for crayon #206

Open NicolasL-S opened 1 year ago

NicolasL-S commented 1 year ago

This is the current Crayon struct:

Crayon(foreground, background, reset, bold, faint, italics, underline, blink, negative, conceal, strikethrough)

In the doc, it still takes arguments like color = :yellow which don't work.

Thanks for the nice package.

ronisbr commented 1 year ago

Thanks! I will do this. However, if you want, you can submit a PR, I will appreciate :)

NicolasL-S commented 1 year ago

Thanks. I just tried many examples in the doc this morning and everything seems to work well.

ronisbr commented 1 year ago

Excellent! Thanks @NicolasL-S for the feedback!