cmd

package
v0.0.0-...-5c0f65c Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "tk",
	Short: "Tideways Toolkit is a collection of tools to interact with PHP",
	Long: `The Tideways Toolkit (tk) is a collection of commandline tools to interact with
PHP and perform various debugging, profiling and introspection jobs by
interacting with PHP or with debugging extensions for PHP.

Are you looking for a production profiler for your team with Web UI, SQL and
HTTP profiling, monitoring, exception tracking and more?

Start a Tideways Profiler 30 days trial @ https://tideways.io`,
}

Functions

func Execute

func Execute(v string)

Types

type CommandError

type CommandError struct {
	// contains filtered or unexported fields
}

func NewCommandError

func NewCommandError(exitStatus int, s string) *CommandError

func (*CommandError) Error

func (err *CommandError) Error() string

func (*CommandError) ExitStatus

func (err *CommandError) ExitStatus() int

type FieldInfo

type FieldInfo struct {
	Name   string
	Label  string
	Header string
	Unit   Unit
}

type Unit

type Unit struct {
	Name    string
	Divisor float32
}

Jump to

Keyboard shortcuts

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