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 15f95a4 commit 06c4587Copy full SHA for 06c4587
packages/create-figma-plugin/src/cli.ts
@@ -11,8 +11,8 @@ sade('create-figma-plugin [name]', true)
11
)
12
.option('-y, --yes', 'Use defaults', false)
13
.action(async function (
14
- name: string,
15
- options: { yes: boolean; template: string }
+ name: undefined | string,
+ options: { yes: boolean; template?: string }
16
): Promise<void> {
17
await createFigmaPluginAsync({
18
name,
0 commit comments