mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 09:15:06 +02:00
Slightly better help message
This commit is contained in:
@@ -53,8 +53,6 @@ case class CacheOptions(
|
||||
cache: String = CacheOptions.default
|
||||
)
|
||||
|
||||
@AppName("Coursier")
|
||||
@ProgName("coursier")
|
||||
sealed trait CoursierCommand extends Command
|
||||
|
||||
case class Fetch(
|
||||
@@ -413,5 +411,8 @@ case class BaseCommand(
|
||||
}
|
||||
|
||||
object Coursier extends CommandAppOfWithBase[BaseCommand, CoursierCommand] {
|
||||
override def appName = "Coursier"
|
||||
override def progName = "coursier"
|
||||
|
||||
private[coursier] var baseCp = Seq.empty[String]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user