fwv

package
v0.1.0 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: 1

Documentation

Index

Constants

View Source
const CommandName = "fwv"

Variables

View Source
var Command = &cobra.Command{
	Use:  CommandName,
	Args: cobra.RangeArgs(0, 2),
	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 {
	Input, Output, FromType, ToType, Whitespaces, Delimiter, LogLevel string
	NoWidth, EaaHalfWidth, ShowColumnRanges, NoTrim, Color, NoColor   bool
}

Jump to

Keyboard shortcuts

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