docs: change task.mk to bold

This commit is contained in:
Daylin Morgan 2022-09-14 12:09:01 -05:00
parent 93287afb8e
commit 15d8e7cada

View file

@ -5,7 +5,7 @@ TEMPLATES := $(shell find src/ -type f)
msgfmt = {a.style('==>','bold')} {a.style('$(1)','b_magenta')} {a.style('<==','bold')} msgfmt = {a.style('==>','bold')} {a.style('$(1)','b_magenta')} {a.style('<==','bold')}
msg = $(call tprint,$(call msgfmt ,$(1))) msg = $(call tprint,$(call msgfmt ,$(1)))
### task.mk development | args: -d --align center -ms d_green ### task.mk development | args: -d -ms b_green --align center
## bootstrap | generate local dev environment ## bootstrap | generate local dev environment
.PHONY: bootstrap .PHONY: bootstrap
bootstrap: bootstrap:
@ -42,7 +42,7 @@ c clean:
@rm -f task.mk .task.mk @rm -f task.mk .task.mk
### | args: --divider --whitespace ### | args: --divider --whitespace
### examples of task.mk features | args: --divider --align center --msg-style d_red ### examples of task.mk features | args: --divider --align center --msg-style b_red
define list_files_py define list_files_py
from pathlib import Path from pathlib import Path
print("files in $(2)") print("files in $(2)")