IonicaBizau / web-term

:tv: A fullscreen terminal in your browser.
MIT License
168 stars 21 forks source link

need to stop terminal after one command using -s #66

Closed vssnaveenkumar closed 4 years ago

vssnaveenkumar commented 6 years ago

Hi,

  1. I tried to kill terminal after starting program with -s command but terminal is not killing.
    // Handle the start app
        if (typeof options.start === "string") {
            this.terminal.write(options.start + "\r");
       this.kill();
        }
  2. help me to add commands in in runtime
IonicaBizau commented 6 years ago

What is the use-case? Thanks!