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 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 ¶
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
Click to show internal directories.
Click to hide internal directories.