Versions in this module Expand all Collapse all v0 v0.1.0 Nov 1, 2019 Changes in this version + var Encodings = map[int]encoding.Encoding + var ErrUnsupportedCodePage = errors.New("unsupported code page") + type Shell struct + func New() (*Shell, error) + func (s *Shell) CodePage() int + func (s *Shell) Exec(cmd string) (stdout string, err error) + func (s *Shell) Exit() error