Documentation ¶
Overview ¶
Package cmd provides utilities for running shell commands
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdFactory ¶
type CmdFactory struct {
// contains filtered or unexported fields
}
var DefaultFactory *CmdFactory
func NewCmdFactory ¶
func NewCmdFactory() *CmdFactory
func (*CmdFactory) GetMaterialsDir ¶
func (this *CmdFactory) GetMaterialsDir() string
func (*CmdFactory) GetWorkingDir ¶
func (this *CmdFactory) GetWorkingDir() string
func (*CmdFactory) SetMaterialsDir ¶
func (this *CmdFactory) SetMaterialsDir(s string)
set NMZ_MATERIALS_DIR
func (*CmdFactory) SetWorkingDir ¶
func (this *CmdFactory) SetWorkingDir(s string)
set NMZ_WORKING_DIR
Click to show internal directories.
Click to hide internal directories.