You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a default task I wish to call task --list. This will display the builtin summary of all available tasks. Unfortuantly, some distros (eg. Arch) package task as go-task, so the above default task would fail.
It would be nice to either
have a global Variable similar to CLI_ARGS avalible that holds argv[0], or in other words the command issued to run task, or
call task --list from within the Taskfile just like calling any other task without exiting task.
The text was updated successfully, but these errors were encountered:
As a default task I wish to call
task --list
. This will display the builtin summary of all available tasks. Unfortuantly, some distros (eg. Arch) packagetask
asgo-task
, so the above default task would fail.It would be nice to either
argv[0]
, or in other words the command issued to runtask
, ortask --list
from within the Taskfile just like calling any other task without exitingtask
.The text was updated successfully, but these errors were encountered: