You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>To make use of <codeclass="language-plaintext highlighter-rouge">decline-refined</code>, add the following to your <codeclass="language-plaintext highlighter-rouge">build.sbt</code>:</p>
<spanclass="k">val</span><spanclass="nv">lines</span><spanclass="k">=</span><spanclass="nc">Command</span><spanclass="o">(</span><spanclass="s">"lines"</span><spanclass="o">,</span><spanclass="s">"Parse a positive number of lines."</span><spanclass="o">)</span><spanclass="o">{</span>
<p>To make use of the <codeclass="language-plaintext highlighter-rouge">enumeratum</code> support, add the following to your <codeclass="language-plaintext highlighter-rouge">build.sbt</code>:</p>
<p>First, pull the library into your build. For <codeclass="language-plaintext highlighter-rouge">sbt</code>:</p>
24
24
25
25
<divclass="language-scala highlighter-rouge"><divclass="highlight"><preclass="highlight"><code><spanclass="c1">// NB: 1.2.0 is the last release to support Scala 2.11</span>
0 commit comments