Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SBT でオプションの SettingKeys をどのように処理する必要がありますか?
SettingKey[Option[String]] などを使用する必要がありますか? なぜ?
「不在」を示す適切なデフォルト値がある場合は、それを使用できます。それ以外の場合は、はい、使用Optionします。それが目的です。sbt で使用されるいくつかの標準キーOption(例: homepage、publishTo)。
Option
homepage
publishTo
キーがシーケンスを使用する場合、空のシーケンスを使用して不在を示すことができます。