Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove usage section of command pages #659

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/cli_reference_xml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT [email protected] FOR D
-->
<!--This is a static file that should be passed as-is through the autogen process.-->
<title>sf</title>
<shortdesc>This section contains information about the <codeph otherprops="nolang">sf</codeph> commands and their parameters. </shortdesc>
<shortdesc>Commands to manage Salesforce DX projects, create and manage scratch orgs and sandboxes, synchronize source to and from orgs, create and install packages, and more. </shortdesc>
<prolog>
<metadata>
<othermeta content="reference" name="topic_type"/>
Expand Down
11 changes: 0 additions & 11 deletions templates/command.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,6 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT [email protected] FOR D
{{/each}}
</section>
{{/if}}
<section>
<title><ph>Usage</ph></title>
<dl>
<dlentry>
<dt><codeph otherprops="nolang">{{binary}} {{name}}</codeph></dt>
{{#each parameters}}
<dd>{{#if optional}}[{{/if}}<codeph otherprops="nolang">{{#if char}}-{{char}}{{else}}--{{name}}{{/if}}</codeph>{{#if hasValue}} <parmname>{{toUpperCase name}}</parmname>{{/if}}{{#if optional}}]{{/if}}</dd>
{{/each}}
</dlentry>
</dl>
</section>
{{#if parameters}}
<section>
<title><ph>Flags</ph></title>
Expand Down
Loading