mill
mill copied to clipboard
Document command parameter handling with mainargs
Is this just a matter of adding a link to https://github.com/com-lihaoyi/mainargs? The docs there are pretty comprehensive, except for mill-specific things like taking Task[_] or Evaluator
Yeah it's the link and about the Mill specifics.
- Handling tasks (
Task) vs. referencing tasks (Tasks) from the cli - How to evolve commands with args in a binary compatible way
- Best practices: using an args case class vs. many separate args