command

package
v0.0.0-...-1dbd504 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = func() cobra.Command {
	c := cobra.Command{
		Use: "ein",
		RunE: func(*cobra.Command, []string) error {
			return errors.New("subcommand not provided")
		},
		Short:   "Ein programming language",
		Version: "0.0.0",
	}

	c.AddCommand(&buildCommand)

	return c
}()

Command is a command.

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