Skip to content

Commit

Permalink
chore: update plugin-help
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Aug 17, 2021
1 parent 2e957cc commit 77e2496
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions command-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
[
{
"command": "commands",
"plugin": "@oclif/plugin-commands",
"flags": [
"columns",
"csv",
"extended",
"filter",
"help",
"hidden",
"json",
"no-header",
"no-truncate",
"output",
"sort"
]
},
{
"command": "config:get",
"plugin": "@salesforce/plugin-config",
Expand Down Expand Up @@ -122,5 +139,10 @@
"command": "telemetry",
"plugin": "@salesforce/plugin-telemetry",
"flags": []
},
{
"command": "which",
"plugin": "@oclif/plugin-which",
"flags": []
}
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {
"@oclif/core": "^0.5.30",
"@oclif/plugin-help": "^4.0.1",
"@oclif/plugin-help": "^4.0.2",
"@oclif/plugin-not-found": "^2.1.1",
"@oclif/plugin-plugins": "^1.10.1",
"@sf/config": "npm:@salesforce/[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -664,10 +664,10 @@
widest-line "^3.1.0"
wrap-ansi "^4.0.0"

"@oclif/plugin-help@^4.0.1":
version "4.0.1"
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-4.0.1.tgz#f07ec9b308359e8606dade6dcf5c0ac7ca1d7653"
integrity sha512-rzMPiTludKHyE9aW1Cl5evDm/7pSclp9DhL27F20r3M92Oztxf9rFN0kzBFCpqysHDhepJqGyYqwczxeSm/9Lw==
"@oclif/plugin-help@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-4.0.2.tgz#72ebba5785d52983d90d643feb690df616097eb7"
integrity sha512-5U9qxhedKBhkW4FCtUtDZdKwha294eqTpkZ3aHzhtr/LjV+ifSXS9jVevLi4QnwgpKDSMWU/qXUdjcO6w4tZMQ==
dependencies:
"@oclif/core" "^0.5.29"

Expand Down

0 comments on commit 77e2496

Please sign in to comment.