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

Command Parsing #2

Open
MasterOfAllEvil opened this issue May 24, 2021 · 1 comment
Open

Command Parsing #2

MasterOfAllEvil opened this issue May 24, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@MasterOfAllEvil
Copy link
Owner

MasterOfAllEvil commented May 24, 2021

Currently, only single commands are interpreted at a time, making it difficult to use the program efficiently. There needs to be some interpreter for commands so a single statment can perform an action rather than having to enter remove (enter) 1 (enter).

This should be its own class.

@MasterOfAllEvil MasterOfAllEvil added the enhancement New feature or request label May 24, 2021
@MasterOfAllEvil MasterOfAllEvil added this to To do in DataFlow Rework via automation May 24, 2021
@MasterOfAllEvil MasterOfAllEvil added this to the Version 1 milestone May 24, 2021
@MasterOfAllEvil MasterOfAllEvil removed this from To do in DataFlow Rework May 24, 2021
@MasterOfAllEvil MasterOfAllEvil pinned this issue May 24, 2021
@MasterOfAllEvil
Copy link
Owner Author

input.Split(" ")>0?commandParse(input):menuParse(input);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant