# clone()

Clone the command string.

#### Returns

[PSCommand] - A new cloned PSCommand object.

#### Example

```javascript
let cmd2 = cmd1.clone();
```