ls

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 License: BSD-3-Clause Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Spec = &charm.Spec{
	Name:  "version",
	Usage: "version",
	Short: "print version",
	Long:  "The version command prints zync version information.",
	New: func(parent charm.Command, _ *flag.FlagSet) (charm.Command, error) {
		return &Command{Command: parent.(*root.Command)}, nil
	},
}

Functions

This section is empty.

Types

type Command

type Command struct {
	*root.Command
}

func (*Command) Run

func (c *Command) Run(args []string) error

Jump to

Keyboard shortcuts

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