daphne — Watch a directory and execute a python function on changes
Contents
Arguments
function Path to python function to execute.
path Filesystem path to watch, defaults to current directory.
Description
This manual page documents briefly the daphne command.
This manual page was written for the Debian distribution because the original program does not have a
manual page.
daphne is a program that watches a directory and executes a python function on changes.
Name
daphne — Watch a directory and execute a python function on changes
Options
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
A summary of options is included below.
--help
Show help message and exit.
--verbosityLEVEL
Set output verbosity level to 0, 1 (default) or 2.
-aARGUMENTS--argsARGUMENTS
Arguments for argparser inside executed function. Ex.: module.func path --args --inner arg -v.
Synopsis
daphne [--help] [--verbosityLEVEL][function][path][--argsARGUMENTS]
