package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Sep 1, 2026
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Run resolves the original cwd for the given session id, chdirs into it,
and execs the source's resume command to fully replace the current process.
RunSpec prints the resume target without checking PATH, chdiring, or execing.
type Spec struct {
Source string `json:"source"`
ID string `json:"id"`
Locator string `json:"locator"`
CWD string `json:"cwd"`
CWDExists bool `json:"cwd_exists"`
CWDUnknown bool `json:"cwd_unknown"`
Bin string `json:"bin"`
Args []string `json:"args"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.