autofix

command module
v0.0.0-...-23fd28c Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2025 License: MIT Imports: 3 Imported by: 0

README

autofix

autofix is a command line tool that makes ai-powered edits to codebases.

Documentation

Overview

Command autofix is a tool to automatically fix code issues.

Autofix analyzes and automatically fixes common code problems. It provides subcommands for different operations:

Usage:

autofix [command] [flags]

Available Commands:

analyze    Analyze code for potential issues
fix        Apply automatic fixes to code
help       Help about any command

Flags:

-h, --help      help for autofix
-v, --version   version for autofix

Examples:

# Analyze code in the current directory
autofix analyze .

# Apply fixes to specific files
autofix fix main.go utils.go

Use "autofix [command] --help" for more information about a command.

Directories

Path Synopsis
Package command provides the command line interface for the application.
Package command provides the command line interface for the application.

Jump to

Keyboard shortcuts

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