Documentation
¶
Overview ¶
Package redactyl provides the command-line interface for the Redactyl tool. It configures subcommands (scan, baseline, fix, etc.), parses flags, and executes the selected command.
Typical usage from a main package:
package main
import "github.com/varalys/redactyl/cmd/redactyl"
func main() { redactyl.Execute() }
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.