table of contents
DMYPY_START(1) | User Commands | DMYPY_START(1) |
NAME¶
dmypy_start - Start a mypy daemon
DESCRIPTION¶
usage: dmypy start [-h] [--log-file FILE] [--timeout TIMEOUT]
- [FLAG [FLAG ...]]
positional arguments:¶
- FLAG
- Regular mypy flags (precede with --)
optional arguments:¶
- -h, --help
- show this help message and exit
- --log-file FILE
- Direct daemon stdout/stderr to FILE
- --timeout TIMEOUT
- Server shutdown timeout (in seconds)
October 2019 | dmypy_start 0.730 |