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.
name
1 parent f13bc1b commit e1ccb0eCopy full SHA for e1ccb0e
src/options/types.ts
@@ -172,7 +172,8 @@ export interface Options {
172
173
/**
174
* The name to show in CLI output. This is useful for monorepos or workspaces.
175
- * Defaults to the package name from `package.json`.
+ * When using workspace mode, this option defaults to the package name from package.json.
176
+ * In non-workspace mode, this option must be set explicitly for the name to show in the CLI output.
177
*/
178
name?: string
179
0 commit comments