Documentation ¶
Index ¶
- Variables
- func CheckCommand(t *testing.T, args ...string) string
- func CommandPrettyPrintln(a ...interface{}) (int, error)
- func CommandPrintErrorln(a ...interface{}) (int, error)
- func CommandPrintln(a ...interface{}) (int, error)
- func InitDBCommandContext(configFileLocation string) (*app.App, error)
- func InitDBCommandContextCobra(cmd *cobra.Command) (*app.App, error)
- func Run(args []string) error
- func RunCommand(t *testing.T, args ...string) error
- type Command
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "platform",
Short: "Open source, self-hosted Slack-alternative",
Long: `Mattermost offers workplace messaging across web, PC and phones with archiving, search and integration with your existing systems. Documentation available at https://docs.mattermost.com`,
}
Functions ¶
func CommandPrettyPrintln ¶
func CommandPrintErrorln ¶
func CommandPrintln ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.