watch-run icon indicating copy to clipboard operation
watch-run copied to clipboard

Readme: Change examples to separate options and cmd with --

Open MiniGod opened this issue 9 years ago • 1 comments

I wasted some time figuring out why the command didnt run correctly.

Without the --, this command will run, but missing flags/options. watch-run -i -- rsync -rv --update ./* user@host:/path

Does commander strip all options? commander already supports the -- syntax, so no code change is needed.

MiniGod avatar Feb 23 '15 13:02 MiniGod