ScriptDirectory.get

ScriptDirectory.get(args: Sequence[str]) → Tuple[Union[str, mcutils.utils.scripts.ScriptDirectory], Sequence[str]][source]

Find the requested script

Parameters

args – sequence of arguments starting with the script name

Returns

script module name or script directory and remaining arguments