cmd

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

config.go adds `computah config ...` — inspect and edit ~/.agent/config.json without hand-editing JSON. All persistence goes through the agent's ConfigPath / LoadConfigFrom / SaveConfig helpers so this file stays a thin Cobra wiring layer (no config logic lives here). SaveConfig backs the file up when a rewrite would drop keys the struct doesn't model.

Package cmd defines computah's Cobra command tree. Commands are thin: they parse flags (via Cobra) and configuration (via Viper), assemble an agent.Options, and hand off to internal/agent. No agent logic lives here.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute is the process entry point, called by main.

Types

This section is empty.

Jump to

Keyboard shortcuts

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