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

Lack of validation and tests for CLI arguments and startup checks #4709

Open
2 tasks
alexpyattaev opened this issue Jan 30, 2025 · 0 comments
Open
2 tasks

Comments

@alexpyattaev
Copy link

Problem

There is no validation/tests for CLI compatibility

  • Subtle changes to the CLI implementation can break scripts built around agave
  • We are stuck on ancient version of the clap crate as a result

Proposed Solution

  • Add tests that validate the correctness of the CLI parser across the repo
  • Add tests that validate the startup checks and interaction with directories/files
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

No branches or pull requests

2 participants
@alexpyattaev and others