projectFlags

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CodeOnly = &cli.BoolFlag{
	Name:    "code-only",
	Aliases: []string{"code"},
	Usage:   "only the code repository",
}
View Source
var ConfigOnly = &cli.BoolFlag{
	Name:    "config-only",
	Aliases: []string{"config"},
	Usage:   "only the configuration repository",
}
View Source
var Loc = &cli.StringFlag{
	Name:        "location",
	Aliases:     []string{"loc"},
	Usage:       "where the project is cloned",
	DefaultText: "cwd",
}
View Source
var Private = &cli.BoolFlag{
	Name:  "private",
	Usage: "Private config and code repositories",
}
View Source
var Public = &cli.BoolFlag{
	Name:  "public",
	Usage: "Public config and code repositories",
}

Functions

func ParseConfigCodeFlags

func ParseConfigCodeFlags(ctx *cli.Context) (config bool, code bool, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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