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

standardize on click for cli interfaces #39

Closed
relud opened this issue Nov 4, 2024 · 0 comments · Fixed by #48
Closed

standardize on click for cli interfaces #39

relud opened this issue Nov 4, 2024 · 0 comments · Fixed by #48
Assignees

Comments

@relud
Copy link
Member

relud commented Nov 4, 2024

scripts currently use either click or argparse, because scripts from socorro-release were expected to only rely on stdlib so they could be run without installing dependencies. obs-common doesn't support such a case, so argparse scripts should be migrated to click for consistency, and also so that all scripts can be re-used in other click scripts in other obs repos if we want.

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 a pull request may close this issue.

1 participant