1
0

feat(wfassoc): add query_ext method and improve CLI output

- Implement query_ext method to check default program associations
- Enhance CLI query command with tabular output showing associations
- Refactor program building into Composition struct for better organization
- Update documentation comments for clarity
This commit is contained in:
2025-10-19 15:12:15 +08:00
parent d5fed1e580
commit f42c50ce10
4 changed files with 129 additions and 36 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/.vscode
/target