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 fcaf42d commit 0b7afb8Copy full SHA for 0b7afb8
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: '\nShutting down the epehemeral MySQL database and cleaning all related files...',
+ _DO_NOT_USE_beforeSignalCleanupMessage: '\nShutting down the ephemeral 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