\section commandline - Set the commandline

\subsection commandline-synopsis Synopsis
<tt>commandline [[-a|--append]CMD]</tt>

\subsection commandline-description Description

The \c commandline builtin prints or sets the current commandline

- <tt>CMD</tt> is the new buffer conntents of the commandline 
- <tt>-a</tt> or <tt>--append</tt> causes CMD to be inserted into the current commandline buffer at the current cursor position
\subsection commandline-example Example

<tt>commandline $history[3]</tt>

sets the current commandline to the third item from ther commandline history.

