mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-12-21 17:40:45 -06:00
docs: change task.mk to bold
This commit is contained in:
parent
93287afb8e
commit
15d8e7cada
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -5,7 +5,7 @@ TEMPLATES := $(shell find src/ -type f)
|
|||
msgfmt = {a.style('==>','bold')} {a.style('$(1)','b_magenta')} {a.style('<==','bold')}
|
||||
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
|
||||
.PHONY: bootstrap
|
||||
bootstrap:
|
||||
|
@ -42,7 +42,7 @@ c clean:
|
|||
@rm -f task.mk .task.mk
|
||||
|
||||
### | 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
|
||||
from pathlib import Path
|
||||
print("files in $(2)")
|
||||
|
|
Loading…
Reference in a new issue