mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-12-22 01:50:44 -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')}
|
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)")
|
||||||
|
|
Loading…
Reference in a new issue