Claus Ibsen created KARAF-2230:
----------------------------------
Summary: Watch command - Add option to control if the console
should clear or not
Key: KARAF-2230
URL: https://issues.apache.org/jira/browse/KARAF-2230
Project: Karaf
Issue Type: Improvement
Components: karaf-shell
Affects Versions: 2.3.1
Reporter: Claus Ibsen
Priority: Minor
The watch command will clear the console on each run. It would be nice if there
was an option to not clear, so the watch can run like a log:tail command does.
{code}
karaf@root> watch --help
DESCRIPTION
shell:watch
Watches & refreshes the output of a command
SYNTAX
shell:watch [options] command
ARGUMENTS
command
The command to watch / refresh
OPTIONS
--help
Display this help message
-n, --interval
The interval between executions of the command in seconds
(defaults to 1)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira