Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RootCmd = &cobra.Command{ Use: "phx", Short: "Phoenixframework CLI", SilenceErrors: true, SilenceUsage: true, } )
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.