cmdfilteredgroup

package
v1.0.0-rc1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use:     "filtered-group",
	Short:   "Manages proxies filtered group",
	PreRunE: cobra.MaximumNArgs(0),
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()
	},
}

Command represents the top level filtered-group command.

View Source
var CommandPlural = &cobra.Command{
	Use:     "filtered-groups",
	Short:   filteredGroupsUse,
	PreRunE: cobra.MaximumNArgs(0),
	RunE:    listProxyFilteredGroups,
}

CommandPlural represents the list action for proxies filtered group.

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