-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
In #2644 @efiop and I decided it would be good to standardize the use of back ticks ` and single quotes in command outputs. We decided the former would be used for file names, commands, arguments, etc. and the latter for dynamic output (stuff that varies in the message). Let's review this convention per
#2765 (review). @shcheklein's comments:
is it a regular practice to use backticks in command line? It seems to me that we should not use markup if the client (command line) does not know how to render it. CLI UI should use plain english with common regular rules. For example it should not include jso or XML or html or Markdown... Probably it's a good idea to highlight path somehow. I would take look at how other popular command line tools do this.