Implement ./setup.sh email list (#287)

This commit adds a script nammed 'listmailuser'. './setup.sh' uses this
this script for its subcommand './setup.sh email list'. A test have
been added too.
This commit is contained in:
Josef Friedrich 2016-08-29 13:44:36 +02:00 committed by Thomas VIAL
parent 69ee54513e
commit 98e59a7abe
4 changed files with 27 additions and 4 deletions

View file

@ -17,7 +17,7 @@ SUBCOMMANDS:
$0 email add <email> <password>
$0 email del <email>
$0 email list (not yet implemented)
$0 email list
config:
@ -52,8 +52,9 @@ case $1 in
_docker delmailuser $@
;;
# list)
# ;;
list)
_docker listmailuser
;;
*)
_usage