Skip to content

Commit dc4ff0a

Browse files
VincentMjthoms1
authored andcommitted
fix(docs): Add summary and options in settings of login
1 parent 2df9b70 commit dc4ff0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/ionic/login.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ var appLibSettings = IonicAppLib.settings;
1212
var settings = {
1313
title: 'login',
1414
name: 'login',
15+
summary: 'Login to your Ionic account',
16+
options: {
17+
'--email|-e': 'Ionic account email',
18+
'--password|-p': 'Ionic account password'
19+
},
1520
isProjectTask: false
1621
};
1722

0 commit comments

Comments
 (0)