aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/about.rs
AgeCommit message (Expand)Author
2026-05-10refactor(io): introduce IoInterface trait mirroring Composer IOInterfacensfisis
2026-05-09refactor(console): accept format args directly in console_writeln! macrosnsfisis
2026-05-06refactor(console): add write macros and migrate commands to use themnsfisis
2026-05-05refactor(core): centralize version constant in mozart-corensfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22fix(about): respect --quiet flag by using console outputnsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-14implement about commandnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis