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