diff --git a/instance.go b/instance.go index becd546..d6de4b9 100644 --- a/instance.go +++ b/instance.go @@ -60,6 +60,11 @@ func Command() *cli.Server { return std.Command() } +func ShortName() string { + initApplication() + return std.opts.ShortName() +} + func Handle(method string, cb HandleFunc) { initApplication() std.Handle(method, cb)