Documentation
¶
Overview ¶
Package cmd implements our command-line commands for working with gactar.
Index ¶
Constants ¶
View Source
const ( // JSON file used to override our defaults SUPPORT_TOOLS_FILE = "install/support-tools.json" // Default ACT-R repo ACTR_REPO = "github.com/asmaloney/ACT-R" // Default ACT-R release version ACTR_VERSION = "7.27.7" // Default Clozure Common Lisp repo CCL_REPO = "github.com/Clozure/ccl" // Default Clozure Common Lisp release version CCL_VERSION = "1.12.2" )
Variables ¶
View Source
var ( ErrNoFrameworks = errors.New("could not create any frameworks - please check your installation") ErrNoInputFiles = errors.New("no input files specified on command line") ErrSilent = errors.New("SilentErr") )
View Source
var (
ErrHealthCheckFailed = errors.New("gactar health check failed")
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.