Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddCommand ¶
type AddCommand struct { }
func (*AddCommand) Execute ¶
func (x *AddCommand) Execute(args []string) error
type BibCommand ¶
type BibCommand struct {
Url string `short:"u" long:"url" description:"The url of the web page you want to cite"`
}
func (*BibCommand) Execute ¶
func (x *BibCommand) Execute(args []string) error
type CleanCommand ¶
type CleanCommand struct { }
func (*CleanCommand) Execute ¶
func (x *CleanCommand) Execute(args []string) error
type ConfigCommand ¶
type ConfigCommand struct { }
func (*ConfigCommand) Execute ¶
func (x *ConfigCommand) Execute(args []string) error
type ConfigSetCommand ¶
type ConfigSetCommand struct {
Replace bool `short:"r" long:"replace" description:"When working with an array, clear it and add the new values"`
}
type CustomArrayElement ¶
type CustomArrayElement struct {
// contains filtered or unexported fields
}
func (CustomArrayElement) GetArray ¶
func (t CustomArrayElement) GetArray() []*hocon.HoconValue
func (CustomArrayElement) GetString ¶
func (t CustomArrayElement) GetString() string
func (CustomArrayElement) IsArray ¶
func (t CustomArrayElement) IsArray() bool
func (CustomArrayElement) IsString ¶
func (t CustomArrayElement) IsString() bool
type CustomElement ¶
type CustomElement struct {
// contains filtered or unexported fields
}
func (CustomElement) GetArray ¶
func (t CustomElement) GetArray() []*hocon.HoconValue
func (CustomElement) GetString ¶
func (t CustomElement) GetString() string
func (CustomElement) IsArray ¶
func (t CustomElement) IsArray() bool
func (CustomElement) IsString ¶
func (t CustomElement) IsString() bool
type RunCommand ¶
type RunCommand struct{}
func (*RunCommand) Execute ¶
func (x *RunCommand) Execute(args []string) error
type WatchCommand ¶
type WatchCommand struct{}
func (*WatchCommand) Execute ¶
func (x *WatchCommand) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.