diff --git a/README.md b/README.md index 63085bf..2382833 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,9 @@ PARAMS_COLOR ?= b_magenta ACCENT_COLOR ?= b_yellow GOAL_COLOR ?= $(ACCENT_COLOR) MSG_COLOR ?= faint -HELP_SEP ?= | -HELP_SORT ?= # sort goals alphabetically +DIVIDER_COLOR ?= default +DIVIDER ?= ─ +HELP_SEP ?= │ # python f-string literals EPILOG ?= @@ -152,6 +153,7 @@ For what it's worth there is also a predefined function for `bash` (named `tbash ```make define bash_script +figlet task.mk 2>/dev/null || echo 'no figlet :(' echo "This is from bash" cat /etc/hostname printf "%s\n" "$(2)" @@ -162,7 +164,6 @@ test-bash: ``` - ## Zsh Completions for GNU Make If you use `GNU Make` with zsh you may want to add the following