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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.