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

Refactor: Improve Argument Parsing #16

Open
berntpopp opened this issue Aug 22, 2024 · 0 comments
Open

Refactor: Improve Argument Parsing #16

berntpopp opened this issue Aug 22, 2024 · 0 comments
Labels
refactor Refactor code

Comments

@berntpopp
Copy link
Member

Description:
Currently, input arguments are not thoroughly validated. It's essential to validate input arguments to ensure that paths provided as arguments exist or are writable where necessary. This will prevent errors during runtime and ensure a smoother execution of the CLI tool.

Proposed Solution:

  • Add checks to validate input paths and file permissions.
  • Provide clear error messages if input validation fails.
@berntpopp berntpopp added the refactor Refactor code label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor code
Projects
None yet
Development

No branches or pull requests

1 participant