lucee.Component
commandbox.system.modules_app.system-commands.commands.clipboard
Stores text inputted into OS clipboard. . {code:bash} echo "Hello World!" | clipboard {code} . Output the text and copy it to the clipboard with the --echo flag . {code:bash} ls --tree | clipboard --echo {code}
| Method Summary | |
|---|---|
any
|
run([String text=''], [Boolean echo='false'])
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Method Detail |
|---|
text - The text to store on clipboardecho - Echo text out to console as well