1
0

refactor(winreg): reorganize Windows registry utilities into extra module

Move winreg_extra functionality into new extra/winreg module and restructure project layout
Add Windows icon handling utilities in extra/windows module
Update dependencies and clean up unused wincmd module
This commit is contained in:
2025-10-20 13:38:41 +08:00
parent d493285900
commit 26d867d42f
8 changed files with 119 additions and 25 deletions

View File

@ -117,6 +117,7 @@ fn run_unregister(cli: &Cli, target: &Target) -> Result<()> {
fn run_query(cli: &Cli) -> Result<()> {
let composition = Composition::new(cli)?;
// Show file association
let mut table = Table::new();
table.set_header(["Extension", "Hybrid", "User", "System"]);