cmd

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2020 License: GPL-3.0 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 ErrSkipGitWithoutSetVersionFlag = errors.New("if --skip-git is set, --set-version must also be set")

ErrSkipGitWithoutSetVersionFlag indicates an error when the --skip-git flag is set without also setting the --set-version flag.

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.

Directories

Path Synopsis
Package docs handles the automatic generation of documentation for the command line interface and configuration format.
Package docs handles the automatic generation of documentation for the command line interface and configuration format.

Jump to

Keyboard shortcuts

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