+++ title = "Command line" +++ Your pattern documentation may need to include commands for installing packages or using CLIs. **Infusion** offers the `cmd` shortcode for making code blocks look like terminal commands. Here's how you write it: {{}} {{<cmd>}} npm run start {{</cmd>}} {{}} And here's how it looks: {{}} npm run start {{}} {{% warning %}} The `cmd` shortcode currently only supports single commands. If you want to show multiple, successive commands use separate `cmd` blocks. {{% /warning %}}