Run starts the shell and waits for it to stop.
()
| 108 | |
| 109 | // Run starts the shell and waits for it to stop. |
| 110 | func (s *Shell) Run() { |
| 111 | s.prepareRun() |
| 112 | s.run() |
| 113 | } |
| 114 | |
| 115 | // Wait waits for the shell to stop. |
| 116 | func (s *Shell) Wait() { |
no test coverage detected