cmd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RootCmd = &cobra.Command{
		Use:           "phx",
		Short:         "Phoenixframework CLI",
		SilenceErrors: true,
		SilenceUsage:  true,
	}
)

Functions

func Execute

func Execute() error

Types

type ErrExitCode

type ErrExitCode int

Indicates we want to exit with a specific error code without printing an error.

func (ErrExitCode) Error

func (e ErrExitCode) Error() string

type ErrUsage

type ErrUsage struct {
	// contains filtered or unexported fields
}

ErrUsage indicates we should print the usage string and exit with code 1

func (ErrUsage) Error

func (e ErrUsage) Error() string

Jump to

Keyboard shortcuts

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