Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitCommand ¶
type InitCommand struct {
// contains filtered or unexported fields
}
func (*InitCommand) Args ¶
func (c *InitCommand) Args(args []string) error
func (*InitCommand) Docs ¶
func (c *InitCommand) Docs() ecdysis.Docs
func (*InitCommand) Flags ¶
func (c *InitCommand) Flags() []ecdysis.Flag
func (*InitCommand) Usage ¶
func (c *InitCommand) Usage() string
type InitFlags ¶
type InitFlags struct { Source string `long:"source" usage:"Source connector (any of the built-in connectors)." default:"generator"` Destination string `long:"destination" usage:"Destination connector (any of the built-in connectors)." default:"file"` PipelinesPath string `long:"pipelines.path" usage:"Path where the pipeline will be saved." default:"./pipelines"` }
type PipelinesCommand ¶
type PipelinesCommand struct{}
func (*PipelinesCommand) Docs ¶
func (c *PipelinesCommand) Docs() ecdysis.Docs
func (*PipelinesCommand) SubCommands ¶
func (c *PipelinesCommand) SubCommands() []ecdysis.Command
func (*PipelinesCommand) Usage ¶
func (c *PipelinesCommand) Usage() string
Click to show internal directories.
Click to hide internal directories.