Replies: 1 comment
-
includes does support an I just weighed in on it. I think flattening, or removing the "namespace" prefix hurts readability. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently including a taskfile will result namespacing for commands in that file. Example:
Will have commands like
task foobar:something
.Is it be possible to include taskfile and declare tasks to be without namespace?
Other thing:
Can including be optional? E.g. if VARIABLE=1 then include some taskfile.
Beta Was this translation helpful? Give feedback.
All reactions