Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify printing #1391

Open
mmastrac opened this issue Nov 5, 2024 · 0 comments
Open

Unify printing #1391

mmastrac opened this issue Nov 5, 2024 · 0 comments

Comments

@mmastrac
Copy link
Contributor

mmastrac commented Nov 5, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant