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 2df9b70 commit dc4ff0aCopy full SHA for dc4ff0a
lib/ionic/login.js
@@ -12,6 +12,11 @@ var appLibSettings = IonicAppLib.settings;
12
var settings = {
13
title: 'login',
14
name: 'login',
15
+ summary: 'Login to your Ionic account',
16
+ options: {
17
+ '--email|-e': 'Ionic account email',
18
+ '--password|-p': 'Ionic account password'
19
+ },
20
isProjectTask: false
21
};
22
0 commit comments