aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/search.rs
AgeCommit message (Expand)Author
2026-05-05chore: remove redundant commentsnsfisis
2026-05-03refactor: switch internal maps/sets from HashMap to IndexMapnsfisis
2026-05-01refactor: fix clippy warningsnsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23refactor(cli): replace std::process::exit() with bail_silent in command handlersnsfisis
2026-02-23fix(search): match Composer single-line output format with truncationnsfisis
2026-02-22fix(search): match Composer's --only-vendor and JSON output formatsnsfisis
2026-02-22feat(search): display abandoned package indicator in search resultsnsfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22fix(search): validate --only-name/--only-vendor exclusivity and --format valuesnsfisis
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-21feat(require,remove): add interactive search and dependency-aware partial upd...nsfisis
2026-02-21feat(search): implement search command with Packagist API integrationnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis