Skip to content

Commit 34343a3

Browse files
committed
Added user friendly output
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
1 parent 10932ce commit 34343a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cfengine_cli/docs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,11 @@ def update_docs() -> int:
327327
Run by the command:
328328
cfengine dev docs-format
329329
"""
330+
print("Formatting python files with black...")
330331
_run_black()
332+
print("Formatting markdown files with prettier...")
331333
_run_prettier()
334+
print("Formatting markdown code blocks according to our rules...")
332335
_markdown_code_checker(
333336
path=".",
334337
syntax_check=False,

0 commit comments

Comments
 (0)