We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95e9788 + 366aba8 commit 5cc741dCopy full SHA for 5cc741d
1 file changed
packages/app/src/cli/commands/app/generate/extension.ts
@@ -47,10 +47,6 @@ export default class AppGenerateExtension extends AppLinkedCommand {
47
}),
48
}
49
50
- public static analyticsNameOverride(): string | undefined {
51
- return 'app scaffold extension'
52
- }
53
-
54
public async run(): Promise<AppLinkedCommandOutput> {
55
const {flags} = await this.parse(AppGenerateExtension)
56
0 commit comments