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
@@ -2412,7 +2412,7 @@ <h3 id="_built_in_help_subcommand">8.3. Built-in Help Subcommand</h3>
2412
2412
<divclass="sect2">
2413
2413
<h3id="_custom_help_subcommands">8.4. Custom Help Subcommands</h3>
2414
2414
<divclass="paragraph">
2415
-
<p>Custom help subcommands should mark themselves as a <ahref="#Help subcommands">help command</a> to tell picocli not to throw a <code>MissingParameterException</code> when required options are missing.</p>
2415
+
<p>Custom help subcommands should mark themselves as a <ahref="#_help_subcommands">help command</a> to tell picocli not to throw a <code>MissingParameterException</code> when required options are missing.</p>
2416
2416
</div>
2417
2417
<divclass="listingblock">
2418
2418
<divclass="content">
@@ -2447,7 +2447,7 @@ <h3 id="_printing_help_automatically">8.5. Printing Help Automatically</h3>
2447
2447
when a help option was specified on the command line (options annotated with the <code>versionHelp</code> or <code>usageHelp</code> attribute - but not the <code>help</code> attribute).</p>
2448
2448
</div>
2449
2449
<divclass="paragraph">
2450
-
<p>The same holds for the <code>mixinStandardHelpOptions</code> attribute, the built-in <code>HelpCommand</code> and any custom help subcommands marked as a <ahref="#Help subcommands">help command</a>.</p>
2450
+
<p>The same holds for the <code>mixinStandardHelpOptions</code> attribute, the built-in <code>HelpCommand</code> and any custom help subcommands marked as a <ahref="#_help_subcommands">help command</a>.</p>
2451
2451
</div>
2452
2452
<divclass="paragraph">
2453
2453
<p>The following <ahref="#_less_boilerplate">convenience methods</a> automatically print help:</p>
@@ -3760,7 +3760,7 @@ <h3 id="_usage_help_for_subcommands">13.7. Usage Help for Subcommands</h3>
3760
3760
</div>
3761
3761
</div>
3762
3762
<divclass="paragraph">
3763
-
<p>The above example uses the <ahref="#Fully Automatic Help">mixinStandardHelpOptions</a> attribute to mix in
3763
+
<p>The above example uses the <ahref="#_mixin_standard_help_options">mixinStandardHelpOptions</a> attribute to mix in
3764
3764
<ahref="#_help_options"><code>usageHelp</code></a> and <ahref="#_help_options"><code>versionHelp</code></a> options and registers the <code>help</code> subcommand.</p>
0 commit comments