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