check_executable#

maize.utilities.execution.check_executable(command: list[str] | str) bool[source]#

Checks if a command can be run.

Parameters:

command – Command to execute

Returns:

True if running the command was successfull, False otherwise

Return type:

bool