Documentation ¶
Index ¶
- type GlobalApp
- func (s *GlobalApp) AppModuleName() string
- func (s *GlobalApp) AppName() string
- func (s *GlobalApp) AppTag() string
- func (s *GlobalApp) AppTitle() string
- func (s *GlobalApp) Close()
- func (s *GlobalApp) Init(cmd *cmdr.Command, args []string) (err error)
- func (s *GlobalApp) RootCommand() *cmdr.RootCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalApp ¶
GlobalApp is a general global object
func (*GlobalApp) AppModuleName ¶
AppModuleName returns app module name
func (*GlobalApp) Close ¶
func (s *GlobalApp) Close()
Close cleanups internal resources and free any basic infrastructure if necessary
func (*GlobalApp) RootCommand ¶
func (s *GlobalApp) RootCommand() *cmdr.RootCommand
RootCommand returns cmdr.RootCommand
Click to show internal directories.
Click to hide internal directories.