The README examples still include a Running: prefix that no longer appears in CLI output.
Example from README:
$ srt "curl anthropic.com"
Running: curl anthropic.com
<html>...</html>
But commit 24a06d6 removed that log, so current CLI output is just the command result.