Add verbose option

This commit is contained in:
2024-05-22 10:01:03 +02:00
parent ca3528268a
commit fae54e1b71
2 changed files with 11 additions and 3 deletions
+1
View File
@@ -1,5 +1,6 @@
export type Options = {
format: string,
verbose: boolean,
}
export enum Level {