cli

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Version is the CLI version and can be overridden at build time via -ldflags.

Functions

func Run

func Run(args []string) error

Types

type FilePlan

type FilePlan struct {
	SourcePath string
	OutputPath string
	Edits      []editor.Edit
}

type FilePlanJob

type FilePlanJob struct {
	Index int
	Plan  FilePlan
}

type FilePlanResult

type FilePlanResult struct {
	SourcePath string
	OutputPath string
	Results    []editor.EditResult
	Changed    bool
}

Jump to

Keyboard shortcuts

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