Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultViewExtension = ".tmpl"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ViewMakeCommand ¶
type ViewMakeCommand struct {
// contains filtered or unexported fields
}
func NewViewMakeCommand ¶
func NewViewMakeCommand(config config.Config) *ViewMakeCommand
func (*ViewMakeCommand) Description ¶
func (r *ViewMakeCommand) Description() string
Description The console command description.
func (*ViewMakeCommand) Extend ¶
func (r *ViewMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*ViewMakeCommand) Handle ¶
func (r *ViewMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*ViewMakeCommand) Signature ¶
func (r *ViewMakeCommand) Signature() string
Signature The name and signature of the console command.
Click to show internal directories.
Click to hide internal directories.