Documentation
¶
Index ¶
Constants ¶
View Source
const (
PACConfigmapName = "pipelines-as-code"
)
Variables ¶
This section is empty.
Functions ¶
func StringToBool ¶
Types ¶
type PacCliOpts ¶
type PacCliOpts struct {
NoColoring bool
AllNameSpaces bool
Namespace string
AskOpts survey.AskOpt
}
func NewCliOptions ¶
func NewCliOptions(cmd *cobra.Command) *PacCliOpts
func (*PacCliOpts) Ask ¶
func (c *PacCliOpts) Ask(qss []*survey.Question, ans interface{}) error
Click to show internal directories.
Click to hide internal directories.