MCPcopy Create free account
hub / github.com/defold/defold / env_shell_command

Function env_shell_command

build_tools/run.py:163–164  ·  view source on GitHub ↗
(env, args, **kwargs)

Source from the content-addressed store, hash-verified

161 return _exec_command(args, shell = False, stdout = None, env = env, **kwargs)
162
163def env_shell_command(env, args, **kwargs):
164 return _exec_command(args, shell = True, env = env, **kwargs)

Callers

nothing calls this directly

Calls 1

_exec_commandFunction · 0.85

Tested by

no test coverage detected