Documentation ¶
Index ¶
Constants ¶
View Source
const (
Version = "0.0.1"
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
type MkmanCommand ¶
type MkmanCommand struct { Version func() `long:"version" description:"Print version"` PrintAmit PrintAmitCommand `command:"print-amit" description:"Prints the man behind 'mkman'"` }
var Mkman MkmanCommand = MkmanCommand{ Version: VersionFunc, }
type PrintAmitCommand ¶
type PrintAmitCommand struct { }
func (*PrintAmitCommand) Execute ¶
func (command *PrintAmitCommand) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.