We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i
integrations
1 parent b071fcb commit 14a7ddbCopy full SHA for 14a7ddb
1 file changed
packages/ionic/src/commands/index.ts
@@ -53,6 +53,7 @@ export class IonicNamespace extends Namespace {
53
['doctor', async () => { const { DoctorNamespace } = await import('./doctor/index'); return new DoctorNamespace(this); }],
54
['integrations', async () => { const { IntegrationsNamespace } = await import('./integrations/index'); return new IntegrationsNamespace(this); }],
55
['cap', 'capacitor'],
56
+ ['i', 'integrations'],
57
]);
58
}
59
0 commit comments