Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandArgs ¶
type CommandArgs []string
CommandArgs is a thin wrapper around a slice of command line arguments
func (CommandArgs) Int ¶
func (c CommandArgs) Int(n int) int
Int returns argument n as an integer value, or the default
func (CommandArgs) String ¶
func (c CommandArgs) String(n int) string
String returns argument n as a string value, or the default
Click to show internal directories.
Click to hide internal directories.