Fix blink in watch command
The watch command uses a buffer instead of the standard output. Using this the watch command can execute commands and wait the end of the execution to clear and print the buffer. The watch command also catch cliException and KeyboardInterrupt in order to proceed to clean exit.
Loading
Please register or sign in to comment