mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 22:48:15 +02:00
7 lines
110 B
Go
7 lines
110 B
Go
package cmd
|
|
|
|
import "github.com/charmbracelet/huh"
|
|
|
|
func (ui *ImportUI) XForm() *huh.Form {
|
|
return ui.form
|
|
}
|