How to use the editor function from osenv
Find comprehensive JavaScript osenv.editor code examples handpicked from public code repositorys.
GitHub: legoflow/legoflow
133 134 135 136 137 138 139 140 141 142
color: process.env.NO_COLOR == null, depth: Infinity, description: true, dev: false, 'dry-run': false, editor: osenv.editor(), 'engine-strict': false, force: false, 'fetch-retries': 2,
49
518
38
GitHub: Mondego/pyreco
48 49 50 51 52 53 54 55 56 57
## osenv.path() An array of the places that the operating system will search for executables. ## osenv.editor() 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.
19
22
13
osenv.home is the most popular function in osenv (163 examples)