Skip to content
Snippets Groups Projects
  • Matthieu Gonnet's avatar
    9dd12283
    Fix blink in watch command · 9dd12283
    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.
    9dd12283
    History
    Fix blink in watch command
    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.