getcmd

package
v0.0.0-...-95f6ed8 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGetCmd

func NewGetCmd() *cobra.Command

NewGetCmd creates get cmd.

func NewGetIssuesCmd

func NewGetIssuesCmd() *cobra.Command

func NewGetPrsCmd

func NewGetPrsCmd() *cobra.Command

func NewGetReposCmd

func NewGetReposCmd() *cobra.Command

func NewGetSecurityConfigCmd

func NewGetSecurityConfigCmd() *cobra.Command

func NewGetVulnerabilityAlertsCmd

func NewGetVulnerabilityAlertsCmd() *cobra.Command

Types

type GetCmd

type GetCmd struct {
	Cmd  *cobra.Command
	Args []string
}

GetCmd defines parent get.

func (*GetCmd) Run

func (c *GetCmd) Run() error

Run get help.

type GetIssuesCmd

type GetIssuesCmd struct {
	cmd.CommonCmd
	ShowBots   bool
	ShowHidden bool
	Review     bool
	Quiet      bool
	Me         bool
	Raw        string
	Cmd        *cobra.Command
	Args       []string
}

func (*GetIssuesCmd) Run

func (c *GetIssuesCmd) Run() error

type GetPrsCmd

type GetPrsCmd struct {
	cmd.CommonCmd
	ShowBots   bool
	ShowHidden bool
	Review     bool
	Quiet      bool
	Me         bool
	Copy       bool
	Raw        string
	Cmd        *cobra.Command
	Args       []string
}

func (*GetPrsCmd) Run

func (c *GetPrsCmd) Run() error

type GetReposCmd

type GetReposCmd struct {
	cmd.CommonCmd
	Org  string
	User string
	Cmd  *cobra.Command
	Args []string
}

func (*GetReposCmd) Run

func (c *GetReposCmd) Run() error

type GetSecurityConfigCmd

type GetSecurityConfigCmd struct {
	cmd.CommonCmd
	Quiet bool
	Cmd   *cobra.Command
	Args  []string
}

func (*GetSecurityConfigCmd) Run

func (c *GetSecurityConfigCmd) Run() error

type GetVulnerabilityAlertsCmd

type GetVulnerabilityAlertsCmd struct {
	cmd.CommonCmd
	Quiet bool
	Cmd   *cobra.Command
	Args  []string
}

func (*GetVulnerabilityAlertsCmd) Run

Jump to

Keyboard shortcuts

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