browser
browser copied to clipboard
Add explicit commands to binary
Changes are fairly superfluous. I wanted to remove the error.NoError, but then thought having more explicit command -> options might be good (especially if we add more command and/or options).
I also dupe the string arguments (i.e. host
). While not duping them is safe on linux/darwin, it isn't clear to me from the documentation that this is guaranteed.