Skip to content

refactor handling of commands flags values and arguments#45

Merged
talentedmrjones merged 3 commits into
aquia-inc:mainfrom
talentedmrjones:42-refactor-handling-of-commands-flags-values-and-arguments
Nov 7, 2025
Merged

refactor handling of commands flags values and arguments#45
talentedmrjones merged 3 commits into
aquia-inc:mainfrom
talentedmrjones:42-refactor-handling-of-commands-flags-values-and-arguments

Conversation

@talentedmrjones

@talentedmrjones talentedmrjones commented Nov 7, 2025

Copy link
Copy Markdown

Refactored multiple package level variables into fields of Config object. engine.Run now receives single Config pointer and returns error instead of bool. This will make the engine more flexible, and easier to add flags and arguments in future releases.

closes #42

@ZachMurray ZachMurray left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks great to me!

@talentedmrjones talentedmrjones merged commit b8312a0 into aquia-inc:main Nov 7, 2025
3 checks passed
@talentedmrjones talentedmrjones deleted the 42-refactor-handling-of-commands-flags-values-and-arguments branch November 7, 2025 22:09
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.

refactor handling of commands, flags, values, and arguments

2 participants