cmd

package
v1.999.999-b10 Latest Latest
Warning

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

Go to latest
Published: May 7, 2020 License: Apache-2.0, BSD-2-Clause Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AppCommands []cli.Command

Functions

This section is empty.

Types

type Printer

type Printer interface {
	Print(Tree) string
}

type Tree

type Tree interface {
	Add(text string) Tree
	Items() []Tree
	Text() string
	Print() string
}

func New

func New(text string) Tree

Jump to

Keyboard shortcuts

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