commands

package
v0.0.0-...-11c8b56 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2018 License: AGPL-3.0 Imports: 18 Imported by: 2

Documentation

Overview

Package commands holds all the logic for the CLI of Praelatus

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version of Praelatus
	Version string
	// Commit hash this build was built against
	Commit string
)
View Source
var Root = &cobra.Command{
	Use:   "praelatus",
	Short: "A free and open source ticketing system.",
	Run: func(cmd *cobra.Command, args []string) {
		server.Run(cmd, args)
	},
}

Root is the global CLI instance

Functions

func Execute

func Execute()

Execute runs the root command

Types

This section is empty.

Jump to

Keyboard shortcuts

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