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

Create command abstraction and split up command builder #123

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

thschmitt
Copy link
Collaborator

Added command and flag definition structures to separate building the command metadata and actually rendering the CLI commands.

Moved all the interaction with the cli/v2 module in the cli.go source file which simplifies the interactive with the module and abstracts the details away.

The change also moves out some parts from the command_builder which grew in complexity.

Added command and flag definition structures to separate building the
command metadata and actually rendering the CLI commands.

Moved all the interaction with the cli/v2 module in the cli.go
source file which simplifies the interactive with the module and
abstracts the details away.

The change also moves out some parts from the command_builder which
grew in complexity.
@thschmitt thschmitt merged commit 2edd6eb into main Oct 7, 2024
4 of 6 checks passed
@thschmitt thschmitt deleted the feature/command-builder branch October 8, 2024 08:13
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