Documentation
¶
Overview ¶
commands/select.go
commands/start.go
Index ¶
- Variables
- func Execute() error
- func NewGoodbyeCommand() *cobra.Command
- func NewHelloCommand() *cobra.Command
- func NewInitCommand() *cobra.Command
- func NewMakeStaticCommand() *cobra.Command
- func NewSelectCommand() *cobra.Command
- func NewStartCommand() *cobra.Command
- func RegisterSubcommands()
- func VersionCommand() *cobra.Command
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var (
RenderStatic bool
)
View Source
var RootCmd = &cobra.Command{
Use: "hyperbricks",
Short: "Hyperbricks CLI",
Long: `Hyperbricks is a powerful headless cms for managing hypermedia.`,
}
View Source
var (
Version bool = false
)
Functions ¶
func NewGoodbyeCommand ¶
NewGoodbyeCommand creates the "goodbye" subcommand
func NewHelloCommand ¶
NewHelloCommand creates the "hello" subcommand
func NewInitCommand ¶
NewGoodbyeCommand creates the "goodbye" subcommand
func NewMakeStaticCommand ¶
NewHelloCommand creates the "hello" subcommand
func NewSelectCommand ¶
NewSelectCommand creates the "select" subcommand
func NewStartCommand ¶
NewStartCommand creates the "start" subcommand
func RegisterSubcommands ¶
func RegisterSubcommands()
RegisterSubcommands adds all subcommands to the root command
func VersionCommand ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.