Documentation ¶
Index ¶
- Constants
- func Backup(source, backup string) error
- func Filter[T any](seq iter.Seq[T], keep func(T) bool) []T
- func LookupBackup(source string) (string, error)
- func LookupSource() (string, error)
- func LookupTempConfig(base, name string) (string, error)
- type Env
- type Model
- func (m *Model) ApplyToFlags(visit func(func(f *flag.Flag)), apply func(*Var) bool) bool
- func (m *Model) Init() error
- func (m *Model) String() string
- func (m *Model) TargetSimulatorFlagHandler() func(string) error
- func (m *Model) Validate() error
- func (m *Model) Write(out io.Writer, footer ...string) error
- type Order
- type Type
- type Var
Constants ¶
View Source
const ( SourceIdent = "FSDS_CONFIG_APPIUM_ENV" BackupIdent = "FSDS_CONFIG_APPIUM_ENV_BACKUP" TmpCfgIdent = "FSDS_CONFIG_APPIUM_ENV_TEMP" )
View Source
const ( DefaultiPadSim = "generic/platform=iOS" DefaultEnvQuote = '\'' )
Variables ¶
This section is empty.
Functions ¶
func LookupBackup ¶
func LookupSource ¶
func LookupTempConfig ¶
Types ¶
type Env ¶
type Env []*Var
func DefaultEnv ¶
func DefaultEnv() Env
Click to show internal directories.
Click to hide internal directories.