click.option(
"-s",
"--stdin-mode",
is_flag=True,
help="Read beancount file data from stdin and output result to stdout",
)
| 1 | import copy |
| 2 | import functools |
| 3 | import logging |
| 4 | import pathlib |
nothing calls this directly
no outgoing calls
no test coverage detected