Documentation
¶
Index ¶
- type Catalog
- type Command
- type CopyProfile
- func (p CopyProfile) CleanSnapshot(content string) string
- func (p CopyProfile) ComposerReady(content string) bool
- func (p CopyProfile) ComposerText(content string) (string, bool)
- func (p CopyProfile) ConfirmationCounts(content string) (chars, lines int, ok bool)
- func (p CopyProfile) MenuOpen(content string) bool
- func (p CopyProfile) PickerOpen(content string) bool
- type DiscoverContext
- type Provider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
func CatalogFor ¶
type CopyProfile ¶ added in v0.13.7
type CopyProfile struct {
PreSubmission *regexp.Regexp
PostSubmission *regexp.Regexp
Confirmation *regexp.Regexp
Composer *regexp.Regexp
ComposerPlaceholder *regexp.Regexp
ComposerOptional bool
IdleLayout *regexp.Regexp
SecondaryPath string
}
func CopyProfileFor ¶ added in v0.13.7
func CopyProfileFor(profileID, agent string) (CopyProfile, bool)
func (CopyProfile) CleanSnapshot ¶ added in v0.13.7
func (p CopyProfile) CleanSnapshot(content string) string
func (CopyProfile) ComposerReady ¶ added in v0.13.7
func (p CopyProfile) ComposerReady(content string) bool
func (CopyProfile) ComposerText ¶ added in v0.13.7
func (p CopyProfile) ComposerText(content string) (string, bool)
func (CopyProfile) ConfirmationCounts ¶ added in v0.13.7
func (p CopyProfile) ConfirmationCounts(content string) (chars, lines int, ok bool)
func (CopyProfile) MenuOpen ¶ added in v0.13.7
func (p CopyProfile) MenuOpen(content string) bool
func (CopyProfile) PickerOpen ¶ added in v0.13.7
func (p CopyProfile) PickerOpen(content string) bool
type DiscoverContext ¶
Click to show internal directories.
Click to hide internal directories.