Support for source and sink with functions

This commit is contained in:
Phillip Wittrock
2020-01-07 16:00:10 -08:00
parent 4628705494
commit 77b59760c1
8 changed files with 473 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ func NewConfigCommand(name string) *cobra.Command {
root.AddCommand(commands.SetCommand(name))
root.AddCommand(commands.ListSettersCommand(name))
root.AddCommand(commands.CreateSetterCommand(name))
root.AddCommand(commands.SinkCommand(name))
root.AddCommand(commands.SourceCommand(name))
root.AddCommand(&cobra.Command{
Use: "docs-merge",