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 5ace072 commit 598920bCopy full SHA for 598920b
lib/cli/index.js
@@ -67,7 +67,7 @@ module.exports = (options = {}) => {
67
group: 'preferences'
68
})
69
.option('base-path', {
70
- describe: 'Allow use of support info files up to base-path',
+ describe: 'Set top most directory from which local support info files can be read. Defaults to same directory in which package.json is located.',
71
type: 'string',
72
73
package.json
@@ -10,7 +10,6 @@
10
"sustainability"
11
],
12
"license": "MIT",
13
- "support": true,
14
"main": "index.js",
15
"repository": {
16
"type": "git",
0 commit comments