Documentation
¶
Index ¶
- Variables
- func FunctionNotImplemented() error
- func ReformatCommand(ctx context.Context, cmd *cli.Command) error
- func ReformatFromFile(ctx context.Context, path string, w io.Writer, layout *psv.Layout) error
- func ReformatFromStream(ctx context.Context, r io.Reader, w io.Writer, layout *psv.Layout) error
- func Run(args []string) error
- func ShowVersion()
- func StartEditor(ctx context.Context, cmd *cli.Command) error
- func StartServer(ctx context.Context, cmd *cli.Command) error
- func StartTour(ctx context.Context, cmd *cli.Command) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotImplemented = errors.New("not implemented")
)
Functions ¶
func FunctionNotImplemented ¶
func FunctionNotImplemented() error
func ReformatCommand ¶
ReformatCommand provides psv as a command line filter.
Typically, no additional arguments are required and the input will be reformatted as a 'clean' psv table and output to stdout.
func ReformatFromFile ¶
func ReformatFromStream ¶
func ShowVersion ¶
func ShowVersion()
func StartServer ¶
StartServer starts the psv web server and opens
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.