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

[FEAT]: Add a command parser #24

Open
Vyvy-vi opened this issue Oct 17, 2023 · 2 comments
Open

[FEAT]: Add a command parser #24

Vyvy-vi opened this issue Oct 17, 2023 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@Vyvy-vi
Copy link
Owner

Vyvy-vi commented Oct 17, 2023

Feature Request

Is your feature request related to a problem? Please describe:

Code was modified to include individual commands as subclasses of the Command class.

Open main.cpp and implement the parsing logic used by the if-else statements to map the Args object to a given command based on the value in the first arg. It's alright if the -h flag breaks.

Describe the solution you'd like

Additional context

@Vyvy-vi Vyvy-vi added the help wanted Extra attention is needed label Oct 17, 2023
@ritvik13sharma
Copy link

I would like to work on this issue.

@Vyvy-vi
Copy link
Owner Author

Vyvy-vi commented Oct 17, 2023

go for it!

@Vyvy-vi Vyvy-vi assigned Vyvy-vi and ritvik13sharma and unassigned Vyvy-vi Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants