Convert \\subsection sections into rst format

This commit is contained in:
ridiculousfish
2018-12-18 18:44:30 -08:00
parent 256c2dadee
commit c33d1a217c
85 changed files with 408 additions and 204 deletions

View File

@@ -7,7 +7,8 @@ Synopsis
commandline [OPTIONS] [CMD]
\subsection commandline-description Description
Description
------------
`commandline` can be used to set or get the current contents of the command line buffer.
@@ -58,7 +59,8 @@ The following options output metadata about the commandline state:
- `-P` or `--paging-mode` evaluates to true if the commandline is showing pager contents, such as tab completions
\subsection commandline-example Example
Example
------------
`commandline -j $history[3]` replaces the job under the cursor with the third item from the command line history.