Documentation
¶
Overview ¶
Package universal provides an umbrella over launchers (console and web). It allowes to choose one launcher by command-line parameters and uses it to parse the rest of arguments and then execute the launcher
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorOnUnparsedArgs ¶
ErrorOnUnparsedArgs returns an error if there are any unparsed arguments left.
func NewLauncher ¶
func NewLauncher(sublaunchers ...launcher.SubLauncher) launcher.Launcher
NewLauncher returns a new universal launcher. The first element on launcher list will be the default one if there are no arguments specified
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.