cmd

package
v0.0.0-...-8a157a1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package cmd is the parent package for all commands Contains the root command and the version command

Index

Constants

This section is empty.

Variables

View Source
var ConmakeCmd = &cobra.Command{
	Use:   "conmake",
	Short: "Build tool running steps in containers",
	Long: `
conmake is a command line tool similar to
make running the steps inside a container`,
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()
	},
}

ConmakeCmd represents the root command of Conmake

Functions

func Execute

func Execute()

Execute executes the root command. Catches potential errors and exits with code 1 on error.

Types

This section is empty.

Directories

Path Synopsis
Package do contains all commands under the sub command 'do'
Package do contains all commands under the sub command 'do'
Package flags stores all global flags in variables
Package flags stores all global flags in variables
Package station contains all commands under the subcommand 'station'
Package station contains all commands under the subcommand 'station'

Jump to

Keyboard shortcuts

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