Allow to control padding of level

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