Silence dotenv tip output (quiet mode)
This commit is contained in:
parent
821b7ae9b9
commit
1e00bff96a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import readline from 'node:readline/promises';
|
|||
import { stdin as input, stdout as output } from 'node:process';
|
||||
import chalk from 'chalk';
|
||||
|
||||
dotenv.config();
|
||||
dotenv.config({ quiet: true });
|
||||
|
||||
const program = new Command();
|
||||
let globalVerbose = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue