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

Migrate to CLAP from Argparse #61

Merged
merged 2 commits into from
Aug 9, 2024
Merged

Conversation

ivajon
Copy link
Contributor

@ivajon ivajon commented Aug 8, 2024

Migrate to CLAP from Argparse

CLAP is a clean way of parsing arguments and environment variables in the same structure.
Moreover, it auto generates a --help command that shows the user all of the commands and environment variables that are available and their corresponding default values if applicable.

This commits removes the argparse dependency in favour of CLAP.
CLAP allows us to parse environment variables in the same structure as
we do with other arguments.
@jacobt21 jacobt21 merged commit 3acfbc1 into EricssonResearch:master Aug 9, 2024
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.

2 participants