Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expressjs/generator
/ launchedFromCmd
Function
launchedFromCmd
bin/express-cli.js:418–421 ·
view source on GitHub ↗
* Determine if launched from cmd.exe
()
Source
from the content-addressed store, hash-verified
416
*/
417
418
function
launchedFromCmd () {
419
return
process.platform ===
'win32'
&&
420
process.env._ === undefined
421
}
422
423
/**
424
* Load template file.
Callers
1
createApplication
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected