maveniverse/toolbox

Output is wrong

Closed this issue · 0 comments

ToolboxCommando uses Output (a la "logger-like stuff") to output the result. But what is caller needs the result? Like caller would like to get classpath of a resolved dependency?

I'd like to indirect result, instead to "print it to console", make something like:
call(args) -> resultObj -> output(render)

maybe just drop output, and use Slf4j for "console output"?