JMS #25: Added support for help flags

This commit is contained in:
Jeremy Saenz
2013-07-24 07:35:45 -07:00
parent 933a037bf0
commit 70eacca641
5 changed files with 54 additions and 22 deletions

View File

@@ -2,8 +2,8 @@ package cli_test
import (
"flag"
"testing"
"github.com/codegangsta/cli"
"testing"
)
func TestNewContext(t *testing.T) {