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

Create a method to clear terminal content #50

Open
rafaelcamargo opened this issue Jan 8, 2019 · 1 comment
Open

Create a method to clear terminal content #50

rafaelcamargo opened this issue Jan 8, 2019 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@rafaelcamargo
Copy link
Member

Something like:

demo.openApp('terminal')
  .comand('node ./demo')
  .respond('Hello World!', { onCompleteDelay: 2000 })
  .clear()
  .end();

More info: #47 (comment)

@rafaelcamargo rafaelcamargo added the enhancement New feature or request label Jan 8, 2019
@rafaelcamargo rafaelcamargo added this to Not Planned in Roadmap Jan 8, 2019
@pfreitag
Copy link

+1 it would also be good if you could clear the editor

@rafaelcamargo rafaelcamargo moved this from Not Planned to Planned in Roadmap Apr 8, 2019
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
No open projects
Roadmap
  
Planned
Development

No branches or pull requests

2 participants