cmd

package
v0.3.5 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

Package cmd provides the command line interface for the application.

Package cmd provides the command line interface for the application.

GoForge version

Index

Constants

This section is empty.

Variables

View Source
var GoforgeVersion string

GoforgeVersion is the version of the CLI, updated by goreleaser during a CI run with the release version on GitHub

Functions

func Execute

func Execute()

Execute is the entry point for the CLI. It adds all child commands to the root command and sets flags as needed. It's invoked by the main function and should only be called once.

Types

type Options added in v0.3.0

type Options struct {
	ProjectName    *textinput.Output
	ProjectType    *multiinput.Selection
	DatabaseDriver *multiinput.Selection
}

Options represents the options for initializing the steps. It includes the name of the project and the type of the project.

Directories

Path Synopsis
ui

Jump to

Keyboard shortcuts

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