Skip to content

Commit

Permalink
import mainargs @main annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Sep 22, 2022
1 parent e1f69ad commit 628117c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/shared.sc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

import $ivy.`org.scalaj::scalaj-http:2.4.2`
import mainargs.main

def unpackZip(zipDest: os.Path, url: String) = {
println(s"Unpacking zip $url into $zipDest")
Expand Down
1 change: 1 addition & 0 deletions ci/upload.sc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env amm

import scalaj.http._
import mainargs.main

@main
def apply(
Expand Down

0 comments on commit 628117c

Please sign in to comment.