Documentation
¶
Index ¶
- func CreateConfigureCommand() *cobra.Command
- func CreateFilesCommand(sh shell.Shell) *cobra.Command
- func CreateGitCommand(sh shell.Shell) *cobra.Command
- func CreateGroupsCommand(sh shell.Shell) *cobra.Command
- func CreateOpenCommand(sh shell.Shell) *cobra.Command
- func CreatePropertiesCommand(sh shell.Shell) *cobra.Command
- func CreateReposCommand(sh shell.Shell) *cobra.Command
- func CreateRootCommand(applicationVersion string, sh shell.Shell) *cobra.Command
- func CreateRunCommand(sh shell.Shell) *cobra.Command
- func CreateStatusCommand(sh shell.Shell) *cobra.Command
- type RefFilter
- type StatusFilter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateConfigureCommand ¶ added in v0.10.0
func CreatePropertiesCommand ¶ added in v0.11.0
func CreateRootCommand ¶ added in v0.2.0
Types ¶
type RefFilter ¶ added in v0.7.0
type RefFilter string
RefFilter implements Value in spf13/pflag for custom flag type
type StatusFilter ¶ added in v0.7.0
type StatusFilter string
StatusFilter implements Value in spf13/pflag for custom flag type
func (*StatusFilter) Matches ¶ added in v0.7.0
func (f *StatusFilter) Matches(status string) bool
func (*StatusFilter) Set ¶ added in v0.7.0
func (f *StatusFilter) Set(v string) error
func (*StatusFilter) String ¶ added in v0.7.0
func (f *StatusFilter) String() string
func (*StatusFilter) Type ¶ added in v0.7.0
func (f *StatusFilter) Type() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.