Summary
When the copy button is clicked on the script card, the script needs to be copied to the system clipboard.
Implementation Details
Currently, a script consists of a command and a list of flags. When the script is copied, it needs the command followed by the list of flags. Make sure to write tests for the copy function.

Summary
When the copy button is clicked on the script card, the script needs to be copied to the system clipboard.
Implementation Details

Currently, a script consists of a
commandand a list offlags. When the script is copied, it needs the command followed by the list of flags. Make sure to write tests for the copy function.