app

package
v1.0.10 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Hidden: true,
	Use:    "start-app",
	Short:  "start the kloudlite app",
	Long:   `This is internal command`,
	Run: func(_ *cobra.Command, _ []string) {
		if err := app.RunApp(); err != nil {
			functions.PrintError(err)
		}
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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