ls

package
v0.0.0-...-c7116be Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	commands.Command
	Recursive bool `short:"R" long:"recursive" description:"Show all keys recursive"`
	All       bool `short:"a" long:"all" description:"Show all data for keys"`
	Args      struct {
		Path string `positional-arg-name:"path" description:"Path for ls"`
	} `positional-args:"true"`
}

func NewCommand

func NewCommand(cmd commands.Command) *Command

func (*Command) Execute

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

Jump to

Keyboard shortcuts

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