Documentation
¶
Index ¶
Constants ¶
View Source
const ( //Defines the app name AppName = "Commander" //Default config file which is loaded CommanderFile = "commander.yaml" )
Variables ¶
This section is empty.
Functions ¶
func TestCommand ¶
func TestCommand(file string, title string, ctx AddCommandContext) error
Types ¶
type AddCommandContext ¶
AddCommandContext holds all flags for the add command
func NewAddContextFromCli ¶
func NewAddContextFromCli(c *cli.Context) AddCommandContext
NewAddContextFromCli is a constructor which creates the context
Click to show internal directories.
Click to hide internal directories.