cmd

package
v0.0.0-...-be83826 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "cfgd",
	Short: "The cfg server daemon",
	Long: `Runs the cfg server daemon.

The --backend flag specifies the backend.

The --custom-backend flag specifies the path to the custom backend binary.
Setting this flag to anything other than an empty string will cause the
custom backend to be used instead of what is specified in the --backend flag.`,
	Run: func(cmd *cobra.Command, args []string) {
		daemon.Run(&cfg)
	},
}

RootCmd represents the base command when called without any subcommands

Functions

func Execute

func Execute()

Types

This section is empty.

Jump to

Keyboard shortcuts

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