-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove note about "sfdx force:doc:commands:list"
and replace it with just "sfdx commands"
- Loading branch information
1 parent
c19a497
commit 2378f39
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,9 +56,8 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT [email protected] FOR D | |
otherprops="nolang">( … | … )</codeph>).</li> | ||
</ul></p><p>If the command takes varargs (name-value pairs that aren’t parameters), the | ||
usage signature includes <codeph otherprops="nolang">name=value...</codeph>.</p><note | ||
type="tip">To see signatures for all commands in the <codeph otherprops="nolang" | ||
>force</codeph> namespace, run <codeph otherprops="nolang">sfdx | ||
force:doc:commands:list --usage</codeph>.</note></li> | ||
type="tip">To see all Salesforce CLI commands, run <codeph otherprops="nolang">sfdx | ||
commands</codeph>.</note></li> | ||
<li><b>Options</b><p>The Options section lists all the command’s parameters, including their | ||
short name, long name, and purpose. For parameters that accept a value, the value name | ||
is written after an equals sign (<codeph otherprops="nolang">=</codeph>). The equals | ||
|