mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 19:01:47 +03:00
Silence dotenv tip output (quiet mode)
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ import readline from 'node:readline/promises';
|
|||||||
import { stdin as input, stdout as output } from 'node:process';
|
import { stdin as input, stdout as output } from 'node:process';
|
||||||
import chalk from 'chalk';
|
import chalk from 'chalk';
|
||||||
|
|
||||||
dotenv.config();
|
dotenv.config({ quiet: true });
|
||||||
|
|
||||||
const program = new Command();
|
const program = new Command();
|
||||||
let globalVerbose = false;
|
let globalVerbose = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user