Update help printer

This commit is contained in:
Asim
2016-01-01 02:45:15 +00:00
parent 9e7e8742b4
commit 59a667130c
3 changed files with 28 additions and 1 deletions

View File

@@ -32,6 +32,11 @@ func newService(opts ...Option) Service {
func (s *service) Init(opts ...Option) {
s.opts.Cmd.Init()
for _, o := range opts {
o(&s.opts)
}
s = newService(opts...).(*service)
}