文件名称:sclap:Scala命令行应用程序变得简单
文件大小:310KB
文件格式:ZIP
更新时间:2024-04-06 21:48:45
Scala
Sclap:Scala命令行应用程序变得简单 一个例子说出一千多个单词: import io . jobial . sclap . CommandLineApp import scala . concurrent . duration . _ object PingExample extends CommandLineApp { def run = for { count < - opt( " count " , 10 ).description( " Number of packets " ) timeout < - opt( " timeout " , 5 .seconds).description( " The timeout " ) timeToLive < - opt[ Int ]( " ttl " ).description(
【文件预览】:
sclap-master
----sclap-app()
--------src()
----.gitignore(310B)
----project()
--------plugins.sbt(110B)
--------build.properties(18B)
----sclap-picocli()
--------src()
----LICENSE(606B)
----README.md(18KB)
----sclap-core()
--------src()
----sclap-examples()
--------src()
--------pingExampleScreenshot.png(251KB)
----bitbucket-pipelines.yml(267B)
----build.sbt(3KB)