Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitParsers ¶ added in v1.2.0
func InitParsers()
Types ¶
type ArgsStr ¶ added in v1.2.0
type ArgsStr struct {
New *NewCmd `arg:"subcommand:new" help:"Create a new text file"`
Config *ConfigCmd `arg:"subcommand:config" help:"Configure some program variables"`
Open string `arg:"-o" help:"Open a file for editing or reading"`
Delete string `arg:"-d" help:"Deletes a file"`
Temporal bool `arg:"-t" help:"Specifies whether the operation will be done in the temporary or constant directory."`
List bool `arg:"-l" help:"List all files, whether temporary or not"`
}
var Args ArgsStr
func (ArgsStr) Description ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.