Skip to content

Commit 3881d18

Browse files
committed
Keep the usage simple and plain
1 parent 1a92b5c commit 3881d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Taskfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

136136
function task:shorthand { ## Create CLI shorthand task instead of ./Taskfile

src/components/Generator/GeneredTaskfile/taskfile-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6464
function task:shorthand { ## Create CLI shorthand task instead of ./Taskfile

0 commit comments

Comments
 (0)