Updated by technical writer agents: - core dev: added task management, api, sync, ci commands - core dev: fixed all flag discrepancies - core go: added work subcommands (init, sync, use) - core go: added missing flags (--json, --check, --open, --threshold) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
467 B
467 B
core go install
Install Go binary with auto-detection.
Usage
core go install [path] [flags]
Flags
| Flag | Description |
|---|---|
--no-cgo |
Disable CGO |
-v |
Verbose |
Examples
core go install # Install current module
core go install ./cmd/core # Install specific path
core go install --no-cgo # Pure Go (no C dependencies)
core go install -v # Verbose output