cmd

package
v0.0.0-...-b5e46eb Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config config = getConfig()

Make config data globally available

View Source
var PM packageManager = getPackageManager()

Make package manager and packages available globally

Functions

func Execute

func Execute()

Execute the root command

func Sorted

func Sorted(s []string) []string

Sort an array of strings, irrespective of case

Types

type Installer

type Installer struct {
	HelpMessage string `toml:"help_message"`
	Description string
	Install     []map[string]string
	TmpInstall  []map[string]string `toml:"tmp_install"`
}

Structs to store contents of config.toml

type Target

type Target struct {
	Description string
	RepoPath    string `toml:"repo_path"`
	LocalPath   string `toml:"local_path"`
}

Structs to store contents of config.toml

Jump to

Keyboard shortcuts

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