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.
Click to show internal directories.
Click to hide internal directories.