If you are writing a command, then put it on a separate line, so that it stands out and is easy to copy and paste.
Bad: my-command foo bar.
Good:
my-command foo bar
If you are writing a command, then put it on a separate line, so that it stands out and is easy to copy and paste.
Bad: my-command foo bar.
Good:
my-command foo bar