Scroll to navigation

DMYMY(1) User Commands DMYMY(1)

NAME

dmymy - Client for mypy daemon mode

DESCRIPTION

usage: dmypy.py [-h] [--status-file STATUS_FILE] [-V]
{start,restart,status,stop,kill,check,run,recheck,hang,daemon,help}

Client for mypy daemon mode

positional arguments:

{start,restart,status,stop,kill,check,run,recheck,hang,daemon,help}
start
Start daemon
restart
Restart daemon (stop or kill followed by start)
status
Show daemon status
stop
Stop daemon (asks it politely to go away)
kill
Kill daemon (kills the process)
check
Check some files (requires daemon)
run
Check some files, [re]starting daemon if necessary
recheck
Re-check the previous list of files, with optional modifications (requires daemon).
hang
Hang for 100 seconds
daemon
Run daemon in foreground

optional arguments:

-h, --help
show this help message and exit
--status-file STATUS_FILE
status file to retrieve daemon details
-V, --version
Show program's version number and exit
February 2019 dmymy 0.670