Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Allow continuing of flynt commands when an error occurs #85

Open
bdbch opened this issue Aug 29, 2018 · 0 comments
Open

Allow continuing of flynt commands when an error occurs #85

bdbch opened this issue Aug 29, 2018 · 0 comments

Comments

@bdbch
Copy link
Contributor

bdbch commented Aug 29, 2018

When does this come handy?

When for example you create a new flynt project via flynt create and you answered all the prompts it could happen, that the flynt create script runs into an issue. This will stop the script and print a list of commands that were not executed due to the issue.

After resolving the issue, I have to either run all these commands manually and hope everything works fine or I have to rerun the whole flynt create script which also asks me for the prompt answers again which gets frustrating if you have more than 1 issue to fix/test

Fix?

I thought about a command, for example flynt continue which allows the user to continue a broken task (for example a new project creation) where the last script stopped working. This way you don't have to run all flynt create xyz commands again and you don't need to reanswer all the prompts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant