Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/QwikDev/qwik
/ bye
Function
bye
packages/qwik/src/cli/utils/utils.ts:136–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
export
function
bye(): never {
137
outro(
'Take care, see you soon! 👋'
);
138
process.exit(0);
139
}
140
141
export
function
printHeader() {
142
/* eslint-disable no-console */
Callers
9
printHelp
Function · 0.90
runV2Migration
Function · 0.90
runNewCommand
Function · 0.90
selectType
Function · 0.90
selectName
Function · 0.90
selectTemplate
Function · 0.90
printAddHelp
Function · 0.90
runAddInteractive
Function · 0.90
logUpdateAppResult
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected