Beispiel #1
0
def shellSupportsFlag(shellPath, flag):
    return inspectShell.shellSupports(shellPath, [flag, '-e', '42'])
Beispiel #2
0
def shellSupportsFlag(shellPath, flag):
    return inspectShell.shellSupports(shellPath, [flag, '-e', '42'])
Beispiel #3
0
def shellSupportsFlag(shellPath, flag):
    return inspectShell.shellSupports(shellPath, [flag, "-e", "42"])