command

package
v0.0.1-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2015 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const FailInFindingXcode = "fail in finding Xcode(version %s)\n"
View Source
const FailInFindingXcodeAtLeast = "fail in finding Xcode(at least version %s)\n"
View Source
const FailInFindingXcodeCompatible = "fail in finding Xcode(compatible with version %s)\n"
View Source
const FailInFindingXcodeLatest = "fail in finding any Xcodes\n"
View Source
const FailInGetVersion = "This command requires Xcode's version\n"
View Source
const FailInMakingAListOfXcodes = "fail in making a list of Xcodes\n"
View Source
const FailInSwitching = "fail in switching to Xcode(version %s)\n"
View Source
const SucceedInSwitching = "succeed in switching to Xcode(version %s %s)\n"

Variables

This section is empty.

Functions

This section is empty.

Types

type ListCommand

type ListCommand struct {
	Meta
}

func (*ListCommand) Help

func (c *ListCommand) Help() string

func (*ListCommand) Run

func (c *ListCommand) Run(args []string) int

func (*ListCommand) Synopsis

func (c *ListCommand) Synopsis() string

type Meta

type Meta struct {
	Ui cli.Ui
}

Meta contain the meta-option that nearly all subcommand inherited.

type SwitchAtLeastCommand

type SwitchAtLeastCommand struct {
	Meta
}

func (*SwitchAtLeastCommand) Help

func (c *SwitchAtLeastCommand) Help() string

func (*SwitchAtLeastCommand) Run

func (c *SwitchAtLeastCommand) Run(args []string) int

func (*SwitchAtLeastCommand) Synopsis

func (c *SwitchAtLeastCommand) Synopsis() string

type SwitchCommand

type SwitchCommand struct {
	Meta
}

func (*SwitchCommand) Help

func (c *SwitchCommand) Help() string

func (*SwitchCommand) Run

func (c *SwitchCommand) Run(args []string) int

func (*SwitchCommand) Synopsis

func (c *SwitchCommand) Synopsis() string

type SwitchCompatibleCommand

type SwitchCompatibleCommand struct {
	Meta
}

func (*SwitchCompatibleCommand) Help

func (c *SwitchCompatibleCommand) Help() string

func (*SwitchCompatibleCommand) Run

func (c *SwitchCompatibleCommand) Run(args []string) int

func (*SwitchCompatibleCommand) Synopsis

func (c *SwitchCompatibleCommand) Synopsis() string

type SwitchLatestCommand

type SwitchLatestCommand struct {
	Meta
}

func (*SwitchLatestCommand) Help

func (c *SwitchLatestCommand) Help() string

func (*SwitchLatestCommand) Run

func (c *SwitchLatestCommand) Run(args []string) int

func (*SwitchLatestCommand) Synopsis

func (c *SwitchLatestCommand) Synopsis() string

type VersionCommand

type VersionCommand struct {
	Meta

	Name     string
	Version  string
	Revision string
}

func (*VersionCommand) Help

func (c *VersionCommand) Help() string

func (*VersionCommand) Run

func (c *VersionCommand) Run(args []string) int

func (*VersionCommand) Synopsis

func (c *VersionCommand) Synopsis() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL