Fix command section separator line lengths

This commit is contained in:
ridiculousfish
2019-01-02 20:10:47 -08:00
parent 0e936198db
commit c8dc306b18
85 changed files with 287 additions and 287 deletions

View File

@@ -1,5 +1,5 @@
commandline - set or get the current command line buffer
==========================================
========================================================
Synopsis
--------
@@ -8,7 +8,7 @@ commandline [OPTIONS] [CMD]
Description
------------
-----------
``commandline`` can be used to set or get the current contents of the command line buffer.
@@ -60,7 +60,7 @@ The following options output metadata about the commandline state:
Example
------------
-------
``commandline -j $history[3]`` replaces the job under the cursor with the third item from the command line history.