index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-external-packages
/
src
/
symfony
/
console
/
command
/
complete_command.rs
Age
Commit message (
Expand
)
Author
2026-08-02
feat(command): wire suggested values into every command definition
nsfisis
2026-08-02
feat(symfony-console): implement the shell completion command plumbing
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-11
feat(completion): thread Rc<InputOption> through suggest_options
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
nsfisis
2026-06-24
fix(console): make Command/BaseCommand methods take &self
nsfisis
2026-06-22
refactor(console): drop unported LazyCommand
nsfisis
2026-06-21
refactor(php-shim): split filter_var into per-filter functions
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-19
feat(command): implement Symfony Command
nsfisis
2026-06-14
chore: add "ref" comments to file header
nsfisis
2026-06-13
fix(console): flatten Application inheritance to restore overrides
nsfisis
2026-06-12
feat(symfony-console): port Symfony Console and make the workspace compile
nsfisis