}</code></pre><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>Create a <ahref="builder/struct.Command.html"title="struct clap_builder::builder::Command"><code>Command</code></a> relevant for a user-defined container.</p>
<p>Derived as part of <ahref="trait.Parser.html"title="trait clap_builder::Parser"><code>Parser</code></a>.</p>
</div></details><h2id="required-methods"class="section-header">Required Methods<ahref="#required-methods"class="anchor">§</a></h2><divclass="methods"><detailsclass="toggle method-toggle"open><summary><sectionid="tymethod.command"class="method"><aclass="src rightside"href="../src/clap_builder/derive.rs.html#111">source</a><h4class="code-header">fn <ahref="#tymethod.command"class="fn">command</a>() -><aclass="struct"href="builder/struct.Command.html"title="struct clap_builder::builder::Command">Command</a></h4></section></summary><divclass="docblock"><p>Build a <ahref="builder/struct.Command.html"title="struct clap_builder::builder::Command"><code>Command</code></a> that can instantiate <code>Self</code>.</p>
<p>See <ahref="trait.FromArgMatches.html#method.from_arg_matches_mut"title="associated function clap_builder::FromArgMatches::from_arg_matches_mut"><code>FromArgMatches::from_arg_matches_mut</code></a> for instantiating <code>Self</code>.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="tymethod.command_for_update"class="method"><aclass="src rightside"href="../src/clap_builder/derive.rs.html#115">source</a><h4class="code-header">fn <ahref="#tymethod.command_for_update"class="fn">command_for_update</a>() -><aclass="struct"href="builder/struct.Command.html"title="struct clap_builder::builder::Command">Command</a></h4></section></summary><divclass="docblock"><p>Build a <ahref="builder/struct.Command.html"title="struct clap_builder::builder::Command"><code>Command</code></a> that can update <code>self</code>.</p>
<p>See <ahref="trait.FromArgMatches.html#method.update_from_arg_matches_mut"title="method clap_builder::FromArgMatches::update_from_arg_matches_mut"><code>FromArgMatches::update_from_arg_matches_mut</code></a> for updating <code>self</code>.</p>