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

Function env_command

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

Source from the content-addressed store, hash-verified

158
159
160def env_command(env, args, **kwargs):
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