cmd

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package cmd implements subcommands and flags for the zet command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Root

func Root(args []string) error

Root initializes all subcommands and flags, and runs the appropriate command.

Types

type Runner

type Runner interface {
	Init([]string) error
	Run() error
	Name() string
}

Runner implements the requirements of a FlagSet runner type.

Jump to

Keyboard shortcuts

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