From 890474600cdc3d498e50fcbf1a496ee757606802 Mon Sep 17 00:00:00 2001 From: DoubleDebug Date: Tue, 11 Jul 2023 17:56:45 +0200 Subject: [PATCH] feat: added http to cli levels --- config/cli.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/cli.js b/config/cli.js index 028c117..8d85885 100644 --- a/config/cli.js +++ b/config/cli.js @@ -17,11 +17,12 @@ exports.levels = { help: 2, data: 3, info: 4, - debug: 5, - prompt: 6, - verbose: 7, - input: 8, - silly: 9 + http: 5, + debug: 6, + prompt: 7, + verbose: 8, + input: 9, + silly: 10 }; /**