You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
As dumbfrotz purely outputs to console, I would assume stylings for italics, bold and monospace would be stripped.
Given its uses in places where such stylings are possible (e.g. IRC, Discord, Slack), it would be useful if there were a flag that caused outputs to include them.
As dumbfrotz purely outputs to console, I would assume stylings for italics, bold and monospace would be stripped.
Given its uses in places where such stylings are possible (e.g. IRC, Discord, Slack), it would be useful if there were a flag that caused outputs to include them.
Formatting could use the characters used in most IRC clients or ANSI escape codes (although the latter does not seem to have any support for monospace styling, given the nature of CLIs).