Clarify in Style Guide: shell commands -- prefix with dollar sign or not?
Created by: seancolsen
When I write documentation that instructs the user to execute a shell command, how should I write it?
With the dollar sign
$ civibuild create dmaster --url http://dmaster
Without the dollar sign
civibuild create dmaster --url http://dmaster
I think it'd be nice if we were consistent on this matter, so I think it'd be a good candidate for putting in the style guide.
I don't have an opinion either way. Do you?