We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7b56e commit 60feb4cCopy full SHA for 60feb4c
src/cli.ts
@@ -5,7 +5,7 @@ import { OPTION_TYPE_CHECKS } from "./constants";
5
async function main() {
6
const definedOptions = process.argv.filter((option) => option.startsWith('--'))
7
const options = {
8
- _DO_NOT_USE_beforeSignalCleanupMessage: 'Shutting down the epehemeral MySQL database and cleaning all related files...',
+ _DO_NOT_USE_beforeSignalCleanupMessage: '\nShutting down the epehemeral MySQL database and cleaning all related files...',
9
_DO_NOT_USE_afterSignalCleanupMessage: 'Shutdown and cleanup is complete.'
10
}
11
for (const opt of definedOptions) {
0 commit comments