File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/Generator/GeneredTaskfile Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ function task:help { ## Show all available tasks
130
130
{printf "\033[33m%-34s\033[0m %s\n", $1, $2}' $0 | \
131
131
sed -E " s/[#]{2,}[ ]*/${RESET} /g" | \
132
132
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>"
134
134
}
135
135
136
136
function 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
58
58
{printf "\033[33m%-34s\033[0m %s\n", $1, $2}' $0 | \
59
59
sed -E " s/[#]{2,}[ ]*/${RESET} /g" | \
60
60
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>"
62
62
}
63
63
64
64
function task:shorthand { # # Create CLI shorthand task instead of ./Taskfile
You can’t perform that action at this time.
0 commit comments