-
-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global flag not implemented #1045
Comments
@dvgitit This feature was only just merged in #1029. It has not been released yet. You'll need to wait until |
@andreynering maybe we could consider versioning the website to avoid this confusion in the future? It does seem like a lot of overhead to maintain every single released version of Task though... Perhaps we just keep the last released version (default) and Alternatively, we could only deploy changes to the website on tag creation, but this would make deploying fixes harder without releasing a patch version. |
v3.21.0 (h1:pVGAGXxJ9Pk5mvjqv/CsdAD4ZIzNMjF+vrXMueM/WFk=)
Ubuntu 20.04.5 LTS
Symptoms
error message:
unknown flag: --global
orunknown shorthand flag: 'g' in -g
The global flag (-g | --global) according to Running a global Taskfile is not implemented.
Case with --global flag
Case with -g flag
Case of actual run with global flag
The text was updated successfully, but these errors were encountered: