Skip to content

Commit f33f3af

Browse files
committed
docs: add missing verbosity option
1 parent b47cb7d commit f33f3af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ The plugin is highly configurable. Please refer to the default configuration bel
9292
use_absolute_path = false, ---@type boolean | fun(): boolean
9393
relative_to_current_file = false, ---@type boolean | fun(): boolean
9494

95+
-- logging options
96+
verbose = true, ---@type boolean | fun(): boolean
97+
9598
-- template options
9699
template = "$FILE_PATH", ---@type string | fun(context: table): string
97100
url_encode_path = false, ---@type boolean | fun(): boolean

0 commit comments

Comments
 (0)