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
We have 6 different ways to print in the CLI. println/log/color_print support {} style parameters. print_markdown has its own placeholders and print is just strings.
{e,}println
echo!
log::*
print_markdown!
print::
color_print/cformat
Not currently counting the prompt and question APIs which also appear to be multiple...
The text was updated successfully, but these errors were encountered:
We have 6 different ways to print in the CLI. println/log/color_print support {} style parameters. print_markdown has its own placeholders and print is just strings.
Not currently counting the prompt and question APIs which also appear to be multiple...
The text was updated successfully, but these errors were encountered: