Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTerminalSize ¶ added in v0.6.1
func ModifyPathForPty ¶ added in v0.6.1
func ModifyPathForPty(appName string)
Remove default global envs for an SDK.
func RunTerminal ¶ added in v0.6.5
func RunTerminal()
Types ¶
type PtyTerminal ¶
pty for Unix. conpty for Windows.
func NewPtyTerminal ¶
func NewPtyTerminal() (p *PtyTerminal)
func (*PtyTerminal) AddEnv ¶
func (p *PtyTerminal) AddEnv(key, value string)
func (*PtyTerminal) FindShellCommand ¶ added in v0.6.4
func (p *PtyTerminal) FindShellCommand() (command string)
func (*PtyTerminal) Run ¶
func (p *PtyTerminal) Run()
Click to show internal directories.
Click to hide internal directories.