You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow linkerd-examples to accept arguments (linkerd#475)
# Problem
The run task on the linkerd example configurations does not accept arguments:
```
$ ./sbt 'linkerd-examples/transit:run --log.level=DEBUG'
[info] Loading project definition from /Users/alex/workspace/linkerd/project
[info] Set current project to all (in build file:/Users/alex/workspace/linkerd/)
[error] Expected key
[error] Expected '::'
[error] Expected end of input.
[error] linkerd-examples/transit:run --log.level=DEBUG
```
# Solution
Parse arguments using "the exotic, elusive creature known as inputTaskDyn, with which even Stack Overflow cannot help you" (1) and feed them into `run`.
(1) sbt/sbt#999
0 commit comments