Skip to content

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.

ivajon added 2 commits August 9, 2024 16:02
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