Simplify erasure package for OSX

This commit is contained in:
Harshavardhana
2015-09-05 20:19:43 -07:00
parent 90a247b336
commit d0f945f8e7
43 changed files with 238 additions and 510 deletions
+2 -5
View File
@@ -118,14 +118,11 @@ GLOBAL FLAGS:
{{range .Flags}}{{.}}
{{end}}{{end}}
VERSION:
` + getFormattedVersion() +
`
{{range $key, $value := ExtraInfo}}
` + getFormattedVersion() +
`{{range $key, $value := ExtraInfo}}
{{$key}}:
{{$value}}
{{end}}
`
app.CommandNotFound = func(ctx *cli.Context, command string) {
Fatalf("Command not found: %s\n", command)