????
Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/shellingham/ |
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/shellingham/_core.py |
SHELL_NAMES = ( {"sh", "bash", "dash", "ash"} # Bourne. | {"csh", "tcsh"} # C. | {"ksh", "zsh", "fish"} # Common alternatives. | {"cmd", "powershell", "pwsh"} # Microsoft. | {"elvish", "xonsh", "nu"} # More exotic. ) class ShellDetectionFailure(EnvironmentError): pass