Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UsercornCmd ¶
type UsercornCmd struct {
Config *models.Config
SetupFlags func() error
SetupUsercorn func() error
MakeUsercorn func(exe string) (models.Usercorn, error)
RunUsercorn func(args, env []string) error
Teardown func()
NoExe, NoArgs bool
Usercorn models.Usercorn
Flags *flag.FlagSet
}
func NewUsercornCmd ¶
func NewUsercornCmd() *UsercornCmd
func NewUsercornRawCmd ¶
func NewUsercornRawCmd() *UsercornCmd
func (*UsercornCmd) Run ¶
func (c *UsercornCmd) Run(argv, env []string)
Click to show internal directories.
Click to hide internal directories.