File tree Expand file tree Collapse file tree
src/components/Generator/GeneredTaskfile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ function task:help { ## Show all available tasks
130130 {printf "\033[33m%-34s\033[0m %s\n", $1, $2}' $0 | \
131131 sed -E " s/[#]{2,}[ ]*/${RESET} /g" | \
132132 sed -E " s/function task:*/ /g"
133- echo -e " \n${BLUE} Usage:${RESET} $0 ${YELLOW} <task>${RESET} <args>"
133+ echo -e " \n${BLUE} Usage:${RESET} ./Taskfile ${YELLOW} <task>${RESET} <args>"
134134}
135135
136136function task:shorthand { # # Create CLI shorthand task instead of ./Taskfile
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ function task:help { ## Show all available tasks
5858 {printf "\033[33m%-34s\033[0m %s\n", $1, $2}' $0 | \
5959 sed -E " s/[#]{2,}[ ]*/${RESET} /g" | \
6060 sed -E " s/function task:*/ /g"
61- echo -e " \n${BLUE} Usage:${RESET} $0 ${YELLOW} <task>${RESET} <args>"
61+ echo -e " \n${BLUE} Usage:${RESET} ./Taskfile ${YELLOW} <task>${RESET} <args>"
6262}
6363
6464function task:shorthand { # # Create CLI shorthand task instead of ./Taskfile
You can’t perform that action at this time.
0 commit comments