diff options
| author | kotfu <kotfu@kotfu.net> | 2019-07-14 00:06:20 -0600 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2019-07-14 00:06:20 -0600 |
| commit | 83f62cd6767810382e5a70ec6d0974ef661fc26b (patch) | |
| tree | 85ec95043dbbfb1c8231ee9f7d301f9c4b76d15f /docs/features/clipboard.rst | |
| parent | 8109e70b0442206103fa5fe1a3af79d1851d7ec1 (diff) | |
| download | cmd2-git-83f62cd6767810382e5a70ec6d0974ef661fc26b.tar.gz | |
Lots of work on the migrating documentation for #719
Diffstat (limited to 'docs/features/clipboard.rst')
| -rw-r--r-- | docs/features/clipboard.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/features/clipboard.rst b/docs/features/clipboard.rst index d5048cc0..6df655f7 100644 --- a/docs/features/clipboard.rst +++ b/docs/features/clipboard.rst @@ -1,5 +1,10 @@ Clipboard Integration ===================== + - sent to the operating system paste buffer, by ending with a bare ``>``, as + in ``mycommand args >``. You can even append output to the current contents + of the paste buffer by ending your command with ``>>``. + + .. automodule:: cmd2.clipboard :members: |
