-
Matthieu Gonnet authored
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.
Matthieu Gonnet authoredThe 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.