commandline for core> commandline {flags} (cmd)
--cursor, -c: Set or get the current cursor position--cursor-end, -e: Set the current cursor position to the end of the buffer--append, -a: appends the string to the end of the buffer--insert, -i: inserts the string into the buffer at the cursor position--replace, -r: replaces the current contents of the buffer (default)cmd: the string to perform the operation with| input | output | 
|---|---|
| nothing | nothing | 
| string | string | 
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/commandline.html