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

cli refactoring #5

Open
cirocosta opened this issue Sep 10, 2017 · 0 comments
Open

cli refactoring #5

cirocosta opened this issue Sep 10, 2017 · 0 comments

Comments

@cirocosta
Copy link
Owner

Each flag could take a method pointer that takes a proc_t* and a pointer to the flag object itself such that it can modify cli_t according to the variable that it sees and also accumulate results in the flag object. This way we'd always add new items via the array of pointers to flag structs instead of modifying the main method of 'cli_parse'

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

No branches or pull requests

1 participant