-
-
Notifications
You must be signed in to change notification settings - Fork 418
Open
Description
Default tasks allow shorter CLI arguments. E.g. mill foo.test.testForked
can be written as mill foo.test
. While convenient, it hides the effective structure of the project. Therefore I propose to output some info when Mill applies a defaultTask
to make a CLI call work. Users not so familiar with the project structure have a chance to learn what really happens en passant.
> mill foo.test
Expanding default task of foo.test => foo.test.testForked
Metadata
Metadata
Assignees
Labels
No labels