Initialize narratio Go module and CLI scaffold
This commit is contained in:
11
internal/app/run.go
Normal file
11
internal/app/run.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package app
|
||||
|
||||
import (
|
||||
"context"
|
||||
"io"
|
||||
)
|
||||
|
||||
// Run is a placeholder for the future end-to-end pipeline execution command.
|
||||
func Run(_ context.Context, _ []string, out io.Writer) error {
|
||||
return placeholder(out, "run")
|
||||
}
|
||||
Reference in New Issue
Block a user