mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-06-28 05:29:34 +00:00
- Add AsyncAdapter.swift to bridge async/sync execution - Change AsyncParsableCommand back to ParsableCommand - Implement AsyncRunnable protocol for async execution - Use DispatchSemaphore pattern for synchronous blocking - Make ErrorBox thread-safe with @unchecked Sendable This fixes the CLI execution issue where commands were showing help instead of executing, by properly bridging the async/sync worlds as required by ArgumentParser. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ApplicationFinder.swift | ||
| AsyncAdapter.swift | ||
| FileNameGenerator.swift | ||
| ImageCommand.swift | ||
| ImageErrorHandler.swift | ||
| ImageSaver.swift | ||
| JSONOutput.swift | ||
| ListCommand.swift | ||
| Logger.swift | ||
| main.swift | ||
| Models.swift | ||
| OutputPathResolver.swift | ||
| PermissionErrorDetector.swift | ||
| PermissionsChecker.swift | ||
| ScreenCapture.swift | ||
| Version.swift | ||
| WindowManager.swift | ||