cli

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2026 License: MIT Imports: 38 Imported by: 0

Documentation

Overview

Package cli implements the cct command-line interface. The CLI is a thin layer over the reusable core packages (codexhome, sessions, doctor) so the same core can later back a desktop app.

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Version is the build version of cct. It is "dev" for local builds and is overridden at release time via the linker, e.g.

go build -ldflags "-X github.com/ahmojo/codex-claude-transfer/internal/cli.Version=v0.1.10"

Functions

func Run

func Run(args []string, stdout, stderr io.Writer) int

Run parses args (excluding the program name) and executes the requested command, writing to stdout/stderr. It returns a process exit code.

Types

This section is empty.

Jump to

Keyboard shortcuts

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