cmd

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// AddSnipCommand adds new snippet
	AddSnipCommand = &cli.Command{
		SkipFlagParsing: true,
		Name:            "add",
		Category:        "Manage",
		Usage:           "add new snippet",
		Action:          addSnip,
	}
)
View Source
var (

	// ReportCommand lists all snippets for specific period
	ReportCommand = &cli.Command{
		Name:     "list",
		Category: "Report",
		Flags: []cli.Flag{
			offsetFlag,
			outputFlag,
		},
		Usage:  "lists snippets for specified period (default: 1)",
		Action: reportPeriod,
	}
)

Functions

func Init

func Init() error

Types

This section is empty.

Jump to

Keyboard shortcuts

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