How to use the shell function from osenv

Find comprehensive JavaScript osenv.shell code examples handpicked from public code repositorys.

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,
fork icon49
star icon518
watch icon38

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'.
fork icon19
star icon22
watch icon13