java.lang.Object
com.github.copilot.generated.rpc.SessionShellApi
API methods for the
shell namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionexec(SessionShellExecParams params) Shell command to run, with optional working directory and timeout in milliseconds.kill(SessionShellKillParams params) Identifier of a process previously returned by "shell.exec" and the signal to send.
-
Method Details
-
exec
Shell command to run, with optional working directory and timeout in milliseconds.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
kill
Identifier of a process previously returned by "shell.exec" and the signal to send.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-