Azure / simdem

Tool for Simulating Demo's, delivering Tutorials and using documentation as tests.
MIT License
34 stars 17 forks source link

User required to press a key multiple times to get to the next bash command #124

Open jasonmesser7 opened 2 years ago

jasonmesser7 commented 2 years ago

As a user, I am prompted multiple times with 'press a command key to proceed' and have to click enter or another key multiple times to continue execution. Not a big deal, but can be annoying at times to accidently hit enter too many or too few times.

See screen shot for example image

rgardler-msft commented 2 years ago

Yeah, this one annoys me too. It's surprisingly complex to resolve. But that's because of a need for refactoring in the code.

Sooner or later we will need to make a call on building a V2.

For now I will keep chipping away at the code refactoring and if this gets to the point of being fixable I'll throw it in.