Update cli with new changes

This commit is contained in:
Harshavardhana
2015-03-29 13:38:30 -07:00
parent c728798137
commit 5defd8ffdd
5 changed files with 33 additions and 12 deletions
+1
View File
@@ -27,6 +27,7 @@ var VersionFlag = BoolFlag{
var HelpFlag = BoolFlag{
Name: "help, h",
Usage: "show help",
Hide: true,
}
// Flag is a common interface related to parsing flags in cli.