$ contree cp --helpusage: contree cp [-h] path destCopy a file from the session image to a local path.Downloads the file at PATH inside the current session image and writesit to DEST on the local filesystem. Progress is logged for large files.Unlike `cat`, this command handles binary content and does not requirea terminal.positional arguments: path Path inside image dest Local destination pathoptions: -h, --help show this help message and exitfor coding agents: read-only command against remote image, writes local file DEST suitable for binary files --format is ignored; command writes bytes directlyagent note: Before using this command in an automated workflow, read: contree agent