Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 407 Bytes

File metadata and controls

13 lines (10 loc) · 407 Bytes

echo

Minimal JVM-based echo command, mainly for test purposes

Build Status Maven Central

Run like

$ coursier launch io.get-coursier:echo:1.0.0 -- foo
foo
$