| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-22 | refactor(console): add console_format! proc macro and migrate all commands | nsfisis | |
| Introduce a Symfony Console-style tag macro that replaces verbose patterns like `console::info(&format!("text {name}"))` with `console_format!("<info>text {name}</info>")`. Supports all 6 tag types (info, comment, error, question, highlight, warning) with format argument distribution across multiple tagged segments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
