watchgod -V (return code: 2)
usage: watchgod [-h] [--verbosity [VERBOSITY]] function [path]
watchgod: error: the following arguments are required: function
watchgod --help (return code: 0)
usage: watchgod [-h] [--verbosity [VERBOSITY]] function [path]
Watch a directory and execute a python function on changes.
positional arguments:
function Path to python function to execute.
path Filesystem path to watch, defaults to current
directory.
optional arguments:
-h, --help show this help message and exit
--verbosity [VERBOSITY]
0, 1 (default) or 2