Clean up obsolete placeholder code

This commit is contained in:
2026-07-02 20:47:08 -05:00
parent 717451512a
commit ed879b8bb0
5 changed files with 0 additions and 95 deletions

View File

@@ -51,8 +51,3 @@ func Execute(args []string, stdout, stderr io.Writer) int {
func printUsage(w io.Writer) {
fmt.Fprintf(w, "Usage: narratio <%s>\n", strings.Join(supportedCommands, "|"))
}
func placeholder(out io.Writer, command string) error {
_, err := fmt.Fprintf(out, "narratio %s: not yet implemented\n", command)
return err
}