watchmedo --version (return code: 0)
watchmedo 0.8.3
watchmedo --help (return code: 0)
usage: watchmedo [-h] [--version]
{tricks-from,tricks,tricks-generate-yaml,generate-tricks-yaml,log,shell-command,auto-restart}
...
positional arguments:
{tricks-from,tricks,tricks-generate-yaml,generate-tricks-yaml,log,shell-command,auto-restart}
tricks-from (tricks)
Subcommand to execute tricks from a tricks
configuration file. :param args: Command line argument
options.
tricks-generate-yaml (generate-tricks-yaml)
Subcommand to generate Yaml configuration for tricks
named on the command line. :param args: Command line
argument options.
log Subcommand to log file system events to the console.
:param args: Command line argument options.
shell-command Subcommand to execute shell commands in response to
file system events. :param args: Command line argument
options.
auto-restart Subcommand to start a long-running subprocess and
restart it on matched events. :param args: Command
line argument options.
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
Copyright 2011 Yesudeep Mangalapilly <yesudeep@gmail.com>.
Copyright 2012 Google, Inc.
Licensed under the terms of the Apache license, version 2.0. Please see
LICENSE in the source code for more information.