Skip to content

Adding initial CLI structure#6

Merged
mnorbury merged 1 commit intomainfrom
mnorbury-adding-cli-skeleton
Aug 7, 2023
Merged

Adding initial CLI structure#6
mnorbury merged 1 commit intomainfrom
mnorbury-adding-cli-skeleton

Conversation

@mnorbury
Copy link
Copy Markdown
Collaborator

@mnorbury mnorbury commented Aug 7, 2023

Adding the initial structure to parse CLI arguments. I've adopted to use picocli which provides similar functionality to Cobra. In addition I've included lombok to help with creating builder and data objects.

Closes: #1

Copy link
Copy Markdown
Member

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@mnorbury mnorbury merged commit 0cfda31 into main Aug 7, 2023
@mnorbury mnorbury deleted the mnorbury-adding-cli-skeleton branch August 7, 2023 08:15
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.

feat: Add CLI argument parser

2 participants