Revert commits related to using an interactive shell for running shell commands

This reverts commits f28b6f439d, dbd407c01d, 5fac40c129, and 5a3049485c.
This commit is contained in:
Stefan Haller 2025-03-09 18:03:44 +01:00
parent 959f932ddd
commit 4e5e21f946
7 changed files with 19 additions and 68 deletions

View file

@ -35,14 +35,11 @@ type OSCommand struct {
// Platform stores the os state
type Platform struct {
OS string
Shell string
InteractiveShell string
ShellArg string
InteractiveShellArg string
InteractiveShellExit string
OpenCommand string
OpenLinkCommand string
OS string
Shell string
ShellArg string
OpenCommand string
OpenLinkCommand string
}
// NewOSCommand os command runner