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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.