app

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package app is the main package for the application.

Index

Constants

View Source
const (
	// ErrFileExists is the error returned when the file already exists.
	ErrFileExists xerrors.Error = "file already exists"

	// ErrNotEnoughArguments is the error returned when there are not enough
	// arguments.
	ErrNotEnoughArguments xerrors.Error = "not enough arguments; expected input and output"
)

Variables

This section is empty.

Functions

func OptimizeAction

func OptimizeAction(c *cli.Context) error

OptimizeAction is the action for the optimize command.

func Run

func Run() int

Run is the entry point for the application.

Types

This section is empty.

Jump to

Keyboard shortcuts

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