Skip to content

Commit

Permalink
Allow email and password cli options
Browse files Browse the repository at this point in the history
  • Loading branch information
markkimsal committed Feb 18, 2017
1 parent 8a99ac6 commit 7f01fcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/cli_send_message.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@
'convid:',
'convtext:',
'text:',
'password:',
'email:',
'refresh-token:',
];
$options = getopt('c:t:r:', $o);
$options = getopt('c:t:r:p:e:', $o);
$config = array_merge($defaults);

foreach ($argDefs as $arg) {
Expand Down

0 comments on commit 7f01fcf

Please sign in to comment.