<p><pre><code> flag.StringVar(&path, "watch", ".", "path to be watched")
flag.StringVar(&command, "command", "echo", "path to be watched")
</code></pre>
I think there may be a mistake?