Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenCommand ¶
GenCommand returns `aliases gen` command.
`aliases gen` aliases the command defined in aliases.yaml, or export the path of the command.
func HomeAction ¶
func HomeCommand ¶
func RunCommand ¶
RunCommand returns `aliases run` command.
`aliases run` is a command for run the command defined in aliases.yaml. By specifying the same option as `docker run`, overwrite the command defined in aliases.yaml and run it.
Types ¶
type InvalidFlagError ¶ added in v0.3.0
type InvalidFlagError struct {
// contains filtered or unexported fields
}
InvalidArgumentError is an invalid flag parameter error.
func (*InvalidFlagError) Error ¶ added in v0.3.0
func (e *InvalidFlagError) Error() string
Error returns error message.
Click to show internal directories.
Click to hide internal directories.