aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/main.rs
AgeCommit message (Collapse)Author
2026-06-11feat(php-shim): implement realpath, putenv, and env/server mutatorsnsfisis
2026-06-11refactor(argv): use std::env::args instead of server_argv shimnsfisis
The server_argv() shim merely wrapped command-line arguments, so call std::env::args() directly at each use site and drop the unused shim.
2026-06-11feat(bin): port composer entry point into main.rsnsfisis
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-12feat(init): add filesnsfisis