rltee

package
v0.0.0-...-97beb68 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const CommandName = "rltee"

Variables

View Source
var Command = &cobra.Command{
	Use:  CommandName + ` [OUTPUT]`,
	Args: cobra.ExactArgs(1),
	Run: func(cmd *cobra.Command, args []string) {
		err := run(cmd, args)
		if err != nil {
			log.Fatal(err)
		}
	},
}

Functions

func Main

func Main()

Types

type Config

type Config struct {
	History, LogLevel string
	Buffered, Temp    bool
}

Jump to

Keyboard shortcuts

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