From b58d72884976e734a22d4bf00f7f71438cbd9671 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Wed, 18 May 2022 11:48:51 -0700 Subject: [PATCH 1/2] fix: add prompt to examples --- messages/display.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/display.json b/messages/display.json index ab8ae94a..2f7d0867 100644 --- a/messages/display.json +++ b/messages/display.json @@ -1,4 +1,4 @@ { "description": "display current org’s limits\nWhen you execute this command in a project, it provides limit information for your default scratch org.", - "examples": ["sfdx force:limits:api:display", "sfdx force:limits:api:display -u me@my.org"] + "examples": ["$ sfdx force:limits:api:display", "$ sfdx force:limits:api:display -u me@my.org"] } From e7c575f6ba3504032a82ae60a978987522d7c10f Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Wed, 18 May 2022 11:50:51 -0700 Subject: [PATCH 2/2] fix: add prompt to examples --- messages/recordcounts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/recordcounts.json b/messages/recordcounts.json index afb364ed..de98afaf 100644 --- a/messages/recordcounts.json +++ b/messages/recordcounts.json @@ -1,9 +1,9 @@ { "commandDescription": "display record counts for the specified standard and custom objects\nUse this command to get an approximate count of the records in standard or custom objects in your org. These record counts are the same as the counts listed in the Storage Usage page in Setup. The record counts are approximate because they're calculated asynchronously and your org's storage usage isn't updated immediately. To display all available record counts, run the command without the '--sobjecttype' parameter.", "examples": [ - "sfdx force:limits:recordcounts:display", - "sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity", - "sfdx force:limits:recordcounts:display -s Account,Contact -u me@my.org" + "$ sfdx force:limits:recordcounts:display", + "$ sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity", + "$ sfdx force:limits:recordcounts:display -s Account,Contact -u me@my.org" ], "sobjecttypeFlagDescription": "comma-separated list of API names of standard or custom objects for which to display record counts" }