do

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: 5 Imported by: 0

Documentation

Overview

Package do contains all commands under the sub command 'do'

Index

Constants

This section is empty.

Variables

View Source
var DoCmd = &cobra.Command{
	Use:   "do <stepname> [args...]",
	Short: "Performs stepname from Conmakefile",
	Args:  cobra.MinimumNArgs(1),
	Run: func(cmd *cobra.Command, args []string) {
		run(args[0], args[1:])
	},
}

DoCmd represents the command performing a step from a Conmakfile

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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