Generate html with textual reference fix
This commit is contained in:
parent
39cc92ae7f
commit
d18911d3e8
@ -272,7 +272,7 @@ generated help text for the command-line program.</p>
|
|||||||
and show the help text again.</p>
|
and show the help text again.</p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td class="code leading">
|
<td class="code">
|
||||||
|
|
||||||
<div class="highlight"><pre><span class="gp">$</span> ./command-line-flags -wat
|
<div class="highlight"><pre><span class="gp">$</span> ./command-line-flags -wat
|
||||||
<span class="go">flag provided but not defined: -wat</span>
|
<span class="go">flag provided but not defined: -wat</span>
|
||||||
@ -283,18 +283,6 @@ and show the help text again.</p>
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td class="docs">
|
|
||||||
<p>Next we’ll look at environment variables, another common
|
|
||||||
way to parameterize programs.</p>
|
|
||||||
|
|
||||||
</td>
|
|
||||||
<td class="code empty">
|
|
||||||
|
|
||||||
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
@ -214,7 +214,7 @@ have access to trailing positional arguments.</p>
|
|||||||
<p>But bar won’t accept foo’s flags.</p>
|
<p>But bar won’t accept foo’s flags.</p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td class="code">
|
<td class="code leading">
|
||||||
|
|
||||||
<div class="highlight"><pre><span class="gp">$</span> ./command-line-subcommands bar -enable a1
|
<div class="highlight"><pre><span class="gp">$</span> ./command-line-subcommands bar -enable a1
|
||||||
<span class="go">flag provided but not defined: -enable</span>
|
<span class="go">flag provided but not defined: -enable</span>
|
||||||
@ -226,6 +226,18 @@ have access to trailing positional arguments.</p>
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="docs">
|
||||||
|
<p>Next we’ll look at environment variables, another common
|
||||||
|
way to parameterize programs.</p>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
<td class="code empty">
|
||||||
|
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user