diff --git a/README.md b/README.md index 1c61c6b..ae141ee 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -Cute disposible email \ No newline at end of file +# Cute disposible email - served by a kitten + +[![Build Status](https://travis-ci.org/uilicious/inboxkitten.svg?branch=master)](https://travis-ci.org/uilicious/inboxkitten) diff --git a/cli/src/inboxkitten.go b/cli/src/inboxkitten.go index 4570744..a5354e6 100644 --- a/cli/src/inboxkitten.go +++ b/cli/src/inboxkitten.go @@ -123,7 +123,7 @@ func main() { } // - // Processing of list command + // Processing of LIST command // if listCommand.Parsed() { var listArgs = listCommand.Args(); @@ -139,6 +139,9 @@ func main() { fmt.Println( jsonPrettifier( string(body) ) ); } + // + // Processing of GET command + // if getCommand.Parsed() { var getArgs = getCommand.Args(); if len(getArgs) <= 1 {