cmd

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2020 License: MIT Imports: 17 Imported by: 0

Documentation

Overview

Package cmd declares the command line interface for Cider

Index

Constants

This section is empty.

Variables

View Source
var ErrConfigNotFound = errors.New("config file not found at any default path")

ErrConfigNotFound happens if a config file could not be found at any of the default locations.

View Source
var ErrNotImplemented = errors.New("this feature has yet to be implemented")

ErrNotImplemented happens when the author has not implemented a feature yet, but it's still accessible by the user.

View Source
var ErrUnsupportedShell = errors.New("shell for completions is unsupported")

ErrUnsupportedShell happens when a shell that Cobra does not support is passed for the completions command.

Functions

func Execute

func Execute(version string, exit func(int), args []string)

Execute is the primary function to initiate the command line interface for Cider.

Types

This section is empty.

Jump to

Keyboard shortcuts

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