cmd

package
v0.0.0-...-f6d6d29 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "codesigndoc",
	Short: "Your friendly iOS Code Signing Doctor",
	Long: `Your friendly iOS Code Signing Doctor

codesigndoc collects all the code signing files required for
Xcode Archive and IPA export or Xcode Build For Testing action.`,

	PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
		log.SetEnableDebugLog(enableVerboseLog)
		log.Debugf("EnableDebugLog: %v", enableVerboseLog)

		return nil
	},
}

RootCmd represents the base command when called without any subcommands.

Functions

func Execute

func Execute()

Execute adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type ArchiveError

type ArchiveError struct {
	// contains filtered or unexported fields
}

ArchiveError ...

func (ArchiveError) Error

func (e ArchiveError) Error() string

Error ...

type BuildForTestingError

type BuildForTestingError struct {
	// contains filtered or unexported fields
}

BuildForTestingError ...

func (BuildForTestingError) Error

func (e BuildForTestingError) Error() string

Error ...

type Tool

type Tool string

Tool ...

Jump to

Keyboard shortcuts

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