commands

package
v0.0.0-...-bc99996 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2023 License: GPL-3.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EvalCli

func EvalCli()

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 Options

type Options struct {
	Verbose []bool `short:"v" long:"verbose" description:"Verbose output"`
	Path    string `short:"p" long:"path" description:"the name of the directory, which should be created"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL