From 9148d0c707394f6e2529f04a767a602163d5bd95 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 21 Feb 2026 14:30:17 +0900 Subject: feat(install): add InstallConfig, platform warnings, and download progress Replace positional boolean parameters in install_from_lock with a structured InstallConfig. Add platform requirement warnings, download progress display, classmap-authoritative autoloader support, and prefer-source detection across install/update/require/remove commands. Co-Authored-By: Claude Opus 4.6 --- crates/mozart/src/commands/dump_autoload.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart/src/commands/dump_autoload.rs') diff --git a/crates/mozart/src/commands/dump_autoload.rs b/crates/mozart/src/commands/dump_autoload.rs index ff3dfc2..2c17c55 100644 --- a/crates/mozart/src/commands/dump_autoload.rs +++ b/crates/mozart/src/commands/dump_autoload.rs @@ -70,6 +70,7 @@ pub fn execute(args: &DumpAutoloadArgs, cli: &super::Cli) -> anyhow::Result<()> vendor_dir, dev_mode, suffix, + classmap_authoritative: args.classmap_authoritative, })?; eprintln!("Generated autoload files"); -- cgit v1.3.1