index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart
/
src
/
commands.rs
Age
Commit message (
Expand
)
Author
2026-05-10
refactor(io): introduce IoInterface trait mirroring Composer IOInterface
nsfisis
2026-05-09
refactor(vcs): mirror Composer interfaces; rename get_local_changes
nsfisis
2026-05-09
refactor(commands): consolidate get_platform_requirement_filter into shared m...
nsfisis
2026-05-08
fix(audit): align with Composer's AuditCommand pipeline
nsfisis
2026-05-08
fix(repository): align with Composer's RepositoryCommand pipeline
nsfisis
2026-05-05
refactor(commands): consolidate working_dir resolution into Cli method
nsfisis
2026-05-04
feat(http): honor config.cafile and config.capath
nsfisis
2026-02-23
fix(cli): align subcommand help text with Composer
nsfisis
2026-02-23
fix(suggests): add long help text with documentation URL
nsfisis
2026-02-22
feat(cli): match Composer's --version output format
nsfisis
2026-02-22
feat(repository): implement repository command with all actions
nsfisis
2026-02-22
refactor(async): migrate from blocking HTTP to async/await with tokio
nsfisis
2026-02-22
feat(tracing): add performance profiling via tracing crate
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis
2026-02-21
feat(completion): add shell completion generation via clap_complete
nsfisis
2026-02-21
feat(console): add structured error handling, verbosity, and suggestions
nsfisis
2026-02-21
feat(depends): implement depends and prohibits commands with shared dependenc...
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis