-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
add a command line option to only run a specific case id #253
Conversation
Don't worry too much about it, the linter is set to very strict, so it's rare to not find something
You will have to hand through the id to run from main to executor to the task list builder. In that you can filter by checking
Thanks for the effort, this looks very good as a starting point! |
Could you please kindly review?^^ And maybe reach out to me on Discord: @madss20 ? Cause it's getting quite long :) have a nice rest of your day! |
@madina0801 sent you a friend request on discord, username should be obvious :) |
add unit test
Issue #203
I just didn't run lint script and got too many warnings. I still get some though, but at least not as many 😄
I cannot get the filtering part, where and how I should filter main tasks, and changed configuration in "main.ts" file. I'm open to any kind of feedback! Thank you in advance :)