Skip to content

Commit 97b9c9d

Browse files
committed
Enhance: Add ability to do inline prompting to choose oauth/pat
Signed-off-by: Daishan Peng <[email protected]>
1 parent 8d1f06f commit 97b9c9d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

frame.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ type Prompt struct {
124124
}
125125

126126
type Field struct {
127-
Name string `json:"name,omitempty"`
128-
Sensitive *bool `json:"sensitive,omitempty"`
129-
Description string `json:"description,omitempty"`
127+
Name string `json:"name,omitempty"`
128+
Sensitive *bool `json:"sensitive,omitempty"`
129+
Description string `json:"description,omitempty"`
130+
Options []string `json:"options,omitempty"`
130131
}
131132

132133
type Fields []Field

0 commit comments

Comments
 (0)