We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedfa25 commit ef6b0d6Copy full SHA for ef6b0d6
package.json
@@ -72,14 +72,15 @@
72
"force": {
73
"external": true,
74
"subtopics": {
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"
+ "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"
83
+ }
84
}
85
86
0 commit comments