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 f20560a commit 4cffe9fCopy full SHA for 4cffe9f
src/cp.ts
@@ -18,7 +18,7 @@ export class Cp {
18
* @param {string} containerName - The name of the container in the pod to exec the command inside.
19
* @param {string} srcPath - The source path in the pod
20
* @param {string} tgtPath - The target path in local
21
- * @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
22
*/
23
public async cpFromPod(
24
namespace: string,
0 commit comments