cmd

package
v1.1.5-0...-67e557e Latest Latest
Warning

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

Go to latest
Published: May 27, 2023 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigDirectoryName = ".ipatool"
	CookieJarFileName   = "cookies"
	KeychainServiceName = "ipatool-auth.service"
)

Variables

This section is empty.

Functions

func Execute

func Execute() int

Execute runs the program and returns the appropriate exit status code.

Types

type Dependencies

type Dependencies struct {
	Logger             log.Logger
	OS                 operatingsystem.OperatingSystem
	Machine            machine.Machine
	CookieJar          http.CookieJar
	Keychain           keychain.Keychain
	AppStore           appstore.AppStore
	KeyringBackendType keyring.BackendType
}

type OutputFormat

type OutputFormat enumflag.Flag
const (
	OutputFormatText OutputFormat = iota
	OutputFormatJSON
)

func OutputFormatFromString

func OutputFormatFromString(value string) (OutputFormat, error)

Jump to

Keyboard shortcuts

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