cli: Add license flag

This patch adds the option to print the license with a cli flag. It
uses go-bindata to store the license file. The file is generated by
running `make bindata` and the result is stored in the bindata
directory.
This commit is contained in:
Jonathan Gold
2017-12-08 00:01:38 -05:00
committed by James Shubin
parent 406aa55667
commit 62ca12608d
8 changed files with 76 additions and 11 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@
old/
tmp/
*_stringer.go
bindata/*.go
mgmt
mgmt.static
mgmt.iml