Expose pipeline profile selection and provenance
This commit is contained in:
@@ -31,6 +31,14 @@ func (f *singletonStringFlag) Set(value string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f singletonStringFlag) pointer() *string {
|
||||
if !f.set {
|
||||
return nil
|
||||
}
|
||||
value := f.value
|
||||
return &value
|
||||
}
|
||||
|
||||
type singletonBoolFlag struct {
|
||||
name string
|
||||
value bool
|
||||
|
||||
Reference in New Issue
Block a user