Skip to content

Commit 14a7ddb

Browse files
committed
feat: add i as alias for integrations
1 parent b071fcb commit 14a7ddb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ionic/src/commands/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export class IonicNamespace extends Namespace {
5353
['doctor', async () => { const { DoctorNamespace } = await import('./doctor/index'); return new DoctorNamespace(this); }],
5454
['integrations', async () => { const { IntegrationsNamespace } = await import('./integrations/index'); return new IntegrationsNamespace(this); }],
5555
['cap', 'capacitor'],
56+
['i', 'integrations'],
5657
]);
5758
}
5859

0 commit comments

Comments
 (0)