Command-Line Syntax Key

 ·   ·  ☕ 1 min read
🏷️
This page looks best with JavaScript enabled

The following table describes the notation used to indicate command-line syntax.

NotationDescription
Loose TextRequired text that must be typed as shown.
<>Placeholder for a required value.
[]Set of optional items.
{}Set of required items. You must choose one.
| (pipe)Pipe separator for mutually exclusive items.
... (ellipsis)Items that can be repeated and used multiple times.
End of Line.