Copies the selected text or the selected section of an image, or an object, and deletes it from the selection.
# Metadata
Platforms: desktop, server OS: mac, windows, linux Introduced: 1.0 Security:
# Syntax
cut [object]
# Params
- object : Any available object. If no object is specified, the cut command cuts whatever is currently selected to the clipboard.
# Examples
cut -- cuts whatever is selected
cut player "Quivering Apple" of recent card
cut the selectedObject
# Description
# Tags
ui,
# See