The `mega-cp` command is part of the MEGA command-line interface for managing files in a MEGA cloud storage account. The basic syntax for using `mega-cp` to copy files or directories is as follows:
```
mega-cp [options] <source> <destination>
```
### Parameters:
- `<source>`: The path to the file or directory you want to copy. This can be a local path or a path in your MEGA cloud storage.
- `<destination>`: The path where you want to copy the


