We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b041ff commit 9d3d472Copy full SHA for 9d3d472
src/cp.ts
@@ -16,7 +16,7 @@ export class Cp {
16
* @param {string} containerName - The name of the container in the pod to exec the command inside.
17
* @param {string} srcPath - The source path in the pod
18
* @param {string} tgtPath - The target path in local
19
- * @param {string} cwd - The directory that is used as the parent in the pod when downloading
+ * @param {string} [cwd] - The directory that is used as the parent in the pod when downloading
20
*/
21
public async cpFromPod(
22
namespace: string,
0 commit comments