aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/console
AgeCommit message (Collapse)Author
2026-05-17fix(compile): convert Command struct to traitnsfisis
Symfony Command was a struct but used as dyn Trait (Box<dyn Command>) in console/application.rs. Convert it to a trait with CommandBase as the concrete stub, and add impl Command for all Composer commands.
2026-05-17fix(compile): extract constants from traits to make them dyn-compatiblensfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-16feat(port): port Application.phpnsfisis
2026-05-15feat(port): port HtmlOutputFormatter.phpnsfisis
2026-05-14feat(port): port InputOption.phpnsfisis
2026-05-12feat(port): port InputArgument.phpnsfisis
2026-05-12feat(port): port GithubActionError.phpnsfisis
2026-05-12feat(init): add scaffold filesnsfisis