We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2bd58 commit 27d6d00Copy full SHA for 27d6d00
typings/node-pty.d.ts
@@ -83,6 +83,12 @@ declare module 'node-pty' {
83
*/
84
uid?: number;
85
gid?: number;
86
+
87
+ /**
88
+ * Alternate argv[0] to use instead of the file being launched. Can be used to launch a shell
89
+ * as a login shell, e.g. using `"-sh"` when launching /bin/sh.
90
+ */
91
+ argv0?: string;
92
}
93
94
export interface IWindowsPtyForkOptions extends IBasePtyForkOptions {
0 commit comments