Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6 adding argument validation for port #7

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

elkanamol
Copy link
Owner

  • Implement cross-platform port validation using os.path.exists()
  • Add a try-except block to handle exceptions in the main function
  • Improve error reporting for invalid ports
  • Enhance user feedback with specific error messages
  • removing unused code, adding docstrings

Close #6

- Implement cross-platform port validation using os.path.exists()
- Add try-except block to handle exceptions in main function
- Improve error reporting for invalid ports
- Enhance user feedback with specific error messages
@elkanamol elkanamol linked an issue Sep 5, 2024 that may be closed by this pull request
@elkanamol elkanamol self-assigned this Sep 5, 2024
@elkanamol elkanamol added the enhancement New feature or request label Sep 5, 2024
@elkanamol elkanamol merged commit fcdbcfa into main Sep 5, 2024
1 check passed
@elkanamol elkanamol deleted the 6-adding-argument-validation-for-port branch September 5, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding argument validation for port
1 participant