flags

package
v3.0.0-...-c98e9ca Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Common
}

type Common

type Common struct {
	NoColour bool `description:"Disable colour in output"`
}

type Init

type Init struct {
	Common

	TemplateName string `name:"t" description:"Name of built-in template to use, path to template or template url" default:"vanilla"`
	ProjectName  string `name:"n" description:"Name of project" default:"."`
	//CIMode       bool   `name:"ci" description:"CI Mode"`
	ProjectDir string `name:"d" description:"Project directory" default:"."`
	Quiet      bool   `name:"q" description:"Suppress output to console"`
	//InitGit    bool   `name:"g" description:"Initialise git repository"`
	//IDE        string `name:"ide" description:"Generate IDE project files"`
	List bool `name:"l" description:"List templates"`
}

Jump to

Keyboard shortcuts

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