Skip to content

Commit aedfa25

Browse files
fix: add force topic
1 parent fb85b62 commit aedfa25

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,18 @@
6969
"@oclif/plugin-help"
7070
],
7171
"topics": {
72-
"user": {
73-
"description": "commands that perform user-related admin tasks",
72+
"force": {
73+
"external": true,
7474
"subtopics": {
75-
"permset": {
76-
"description": "Use to interact with permission sets assigned to a user"
77-
},
78-
"password": {
79-
"description": "Used to generate and set passwords for users"
75+
"user": {
76+
"description": "commands that perform user-related admin tasks",
77+
"subtopics": {
78+
"permset": {
79+
"description": "Use to interact with permission sets assigned to a user"
80+
},
81+
"password": {
82+
"description": "Used to generate and set passwords for users"
83+
}
8084
}
8185
}
8286
}

0 commit comments

Comments
 (0)