We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b1535 commit 92b3209Copy full SHA for 92b3209
1 file changed
nodejs/src/acquisition.ts
@@ -24,7 +24,7 @@ export { PREFERRED_CLI_VERSION };
24
export interface AcquisitionOptions {
25
/**
26
* Directory where CLI versions will be downloaded and stored.
27
- * Should be app-specific (e.g., `~/.myapp/copilot-cli/`).
+ * Should be app-specific, e.g., `path.join(os.homedir(), '.myapp', 'copilot-cli')`.
28
*/
29
downloadDir: string;
30
0 commit comments