add tests

This commit is contained in:
Tristan Zajonc
2015-08-12 22:14:26 -07:00
parent cc46ca1020
commit c7aac252f1
3 changed files with 95 additions and 2 deletions

2
app.go
View File

@@ -13,7 +13,7 @@ import (
type App struct {
// The name of the program. Defaults to os.Args[0]
Name string
// Name of command for help, defaults to Name
// Full name of command for help, defaults to Name
HelpName string
// Description of the program.
Usage string