Goal
Add a --dry-run option to the main CLI command so users can preview what would be installed without writing anything to disk.
Acceptance Criteria
- uipro --dry-run does not write any files
- CLI prints the list of target files/actions
- Exit code is 0
- Manual test usage is documented in README
Goal
Add a --dry-run option to the main CLI command so users can preview what would be installed without writing anything to disk.
Acceptance Criteria