Skip to content

simplifying error handling#71

Merged
dbrosio3 merged 2 commits into
mainfrom
cleanup-push-refactor-2
Jun 30, 2026
Merged

simplifying error handling#71
dbrosio3 merged 2 commits into
mainfrom
cleanup-push-refactor-2

Conversation

@dbrosio3

Copy link
Copy Markdown
Member

This pull request focuses on simplifying error handling in the CLI by moving the writePushgateError function directly into src/cli.ts and cleaning up related imports. Additionally, it updates documentation to accurately reflect the current file structure for the CLI module.

Error handling refactor:

  • Moved the writePushgateError function from src/cli/errors.ts into src/cli.ts, consolidating CLI error handling logic in a single place and removing now-unnecessary imports. (src/cli.ts, src/cli/errors.ts) [1] [2] [3]

Documentation updates:

  • Updated the CLI file references in both docs/architecture/modules.md and docs/architecture/overview.md to remove outdated references to the src/cli/* directory, reflecting that CLI logic now resides in src/cli.ts. [1] [2]

@dbrosio3 dbrosio3 merged commit 844022b into main Jun 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant