How to use the shell function from osenv
Find comprehensive JavaScript osenv.shell code examples handpicked from public code repositorys.
GitHub: legoflow/legoflow
216 217 218 219 220 221 222 223 224 225
searchopts: '', searchexclude: null, searchlimit: 20, searchstaleness: 15 * 60, 'send-metrics': false, shell: osenv.shell(), shrinkwrap: true, 'sign-git-commit': false, 'sign-git-tag': false, 'sso-poll-frequency': 500,
49
518
38
GitHub: Mondego/pyreco
54 55 56 57 58 59 60 61 62
Return the executable name of the editor program. This uses the EDITOR and VISUAL environment variables, and falls back to `vi` on Unix, or `notepad.exe` on Windows. ## osenv.shell() The SHELL on Unix, which Windows calls the ComSpec. Defaults to 'bash' or 'cmd'.
19
22
13
osenv.home is the most popular function in osenv (163 examples)