Skip to content

Commit

Permalink
fix: update topic descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jan 11, 2022
1 parent 0bbe36d commit 05121f0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,17 @@
"@oclif/plugin-help",
"@oclif/plugin-command-snapshot",
"@salesforce/plugin-command-reference"
]
],
"topics": {
"dev": {
"description": "Commands for sf plugin development.",
"subtopics": {
"generate": {
"description": "Commands for generating sf plugins, commands, and hooks."
}
}
}
}
},
"repository": "salesforcecli/plugin-dev",
"scripts": {
Expand Down

0 comments on commit 05121f0

Please sign in to comment.