MCPcopy
hub / github.com/httpie/cli / is_daemon_mode

Function is_daemon_mode

httpie/internal/daemon_runner.py:37–38  ·  view source on GitHub ↗
(args: List[str])

Source from the content-addressed store, hash-verified

35
36
37def is_daemon_mode(args: List[str]) -> bool:
38 return '--daemon' in args
39
40
41def run_daemon_task(env: Environment, args: List[str]) -> ExitStatus:

Callers 1

raw_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected