Skip to content

Commit

Permalink
fix: add force topic
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Jan 13, 2021
1 parent fb85b62 commit aedfa25
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,18 @@
"@oclif/plugin-help"
],
"topics": {
"user": {
"description": "commands that perform user-related admin tasks",
"force": {
"external": true,
"subtopics": {
"permset": {
"description": "Use to interact with permission sets assigned to a user"
},
"password": {
"description": "Used to generate and set passwords for users"
"user": {
"description": "commands that perform user-related admin tasks",
"subtopics": {
"permset": {
"description": "Use to interact with permission sets assigned to a user"
},
"password": {
"description": "Used to generate and set passwords for users"
}
}
}
}
Expand Down

0 comments on commit aedfa25

Please sign in to comment.