Skip to content

Commit 98af0cf

Browse files
More oomph
1 parent a16f720 commit 98af0cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/shell-friends/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ As you advance upon your use of WP-CLI, you'll find that a little bit of command
1010

1111
## You Should Know
1212

13-
**Search through your bash history**
13+
### Search through your bash history
1414

1515
Did you know that every command you run on your shell is saved to history? Search through your history with `CTRL + R`:
1616

@@ -21,7 +21,7 @@ bck-i-search: wp
2121

2222
When 'bck-i-search' appears, your keystrokes will search against commands saved in your bash history. Hit `return` to run the current selection.
2323

24-
**Combine WP-CLI commands**
24+
### Combine WP-CLI commands
2525

2626
In many cases, it can be extremely powerful to be able to pass the results of one command to another. Composability is a [key philosophy](/docs/philosophy/) of WP-CLI, and there are two common approaches for composing commands.
2727

@@ -61,7 +61,7 @@ Success: Added custom field.
6161
Success: Added custom field.
6262
```
6363

64-
**Define aliases, short macros to common commands**
64+
### Define aliases, short macros to common commands
6565

6666
If you find yourself running the same commands quite often, you can define aliases to them for easier access.
6767

@@ -91,7 +91,7 @@ $ check-all
9191
+----------------------+----------+-----------+---------+
9292
```
9393

94-
**Save command output**
94+
### Save command output
9595

9696
WP-CLI commands send output to both `STDOUT` and `STDERR`, depending on the nature of the message. You may not notice there are two destinations, because WP-CLI renders both inside your shell. However, if you want to capture your output to a file, the distinction matters.
9797

0 commit comments

Comments
 (0)