cmd

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2024 License: MIT Imports: 31 Imported by: 0

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

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL