mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 17:38:02 +02:00
Similar to task macros, the parsed value is accessed by calling `parsed` on a Parser[T], Initialize[Parser[T]], or Initialize[State => Parser[T]]. Values of tasks and settings may be accessed as usual via `value`.