@@ -57,8 +57,7 @@ commands. Some ground rules to follow when creating or updating commands:
5757* Commands should be kebab case. The module name is used as the command name and can be placed in
5858 a topic by placing it in that topic's directory.
5959* Commands should always include a short one-line description that starts with a lowercase letter
60- and does not end with a period. A more detailed description can be included after a newline. This
61- description can be split across lines but should not include newlines (oclif will wrap it).
60+ and does not end with a period. More details can be provided in the epilog if necessary.
6261* Flags are also kebab case and should have a short single-character version only if they are
6362 expected to be used often.
6463 * Descriptions of flags should be short, start with a lowercase letter, and include no ending
@@ -68,12 +67,9 @@ commands. Some ground rules to follow when creating or updating commands:
6867 * Descriptions for arguments should be a short phrase without a capital letter and without ending
6968 punctuation.
7069* Examples of common tasks should be included with a description of the example.
71- * Use the [ object format] ( https://oclif.io/docs/commands#other-command-options )
72- rather than the simple string format when providing examples.
7370 * When specifying an id in an example, use a representative example id.
7471 * One-line descriptions should start with a lowercase letter and not end with a period.
75- * There is no need to include ` $ ` prefix for command examples because oclif includes it
76- automatically.
72+ * Use ` $0 ` in place of ` smartthings ` in the example.
7773
7874### Command Naming
7975
@@ -138,7 +134,7 @@ If you are not familiar with SmartThings, we have
138134[ extensive online documentation] ( https://developer.smartthings.com/docs/getting-started/welcome/ ) .
139135
140136To create and manage your services and devices on SmartThings, create an account in the
141- [ developer workspace ] ( https://smartthings. developer.samsung .com/workspace/ ) .
137+ [ developer console ] ( https://developer.smartthings .com/console ) .
142138
143139The [ SmartThings Community] ( https://community.smartthings.com/ ) is a good place share and
144140ask questions.
0 commit comments