Documentation ¶
Overview ¶
Package commands provides functionality for managing fyne packages and the build process
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
Command defines the required functionality to provide a subcommand to the "fyne" tool.
func NewBundler ¶
func NewBundler() Command
NewBundler returns a command that can bundle resources into a Go code.
func NewInstaller ¶
func NewInstaller() Command
NewInstaller returns an install command that can install locally built Fyne apps.
func NewPackager ¶
func NewPackager() Command
NewPackager returns a packager command that can wrap executables into full GUI app packages.
func NewReleaser ¶
func NewReleaser() Command
NewReleaser returns a command that can adapt app packages for distribution
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
Getter is the command that can handle downloading and installing Fyne apps to the current platform.
func NewGetter ¶
func NewGetter() *Getter
NewGetter returns a command that can handle the download and install of GUI apps built using Fyne. It depends on a Go and C compiler installed at this stage and takes a single, package, parameter to identify the app.
func (*Getter) AddFlags ¶
func (g *Getter) AddFlags()
AddFlags adds available flags to the current flags parser
func (*Getter) PrintHelp ¶
PrintHelp prints help for this command when used in a command-line context