forked from tildetown/town
sih
This commit is contained in:
parent
6f355ed0e6
commit
217f341abc
@ -115,7 +115,7 @@ func rsvp(o opts) error {
|
|||||||
huh.NewConfirm().Title("If the need arises are you ok sleeping on a couch?").
|
huh.NewConfirm().Title("If the need arises are you ok sleeping on a couch?").
|
||||||
Value(&couch),
|
Value(&couch),
|
||||||
).WithHideFunc(func() bool {
|
).WithHideFunc(func() bool {
|
||||||
return being != "physical" && !lodging
|
return being != "physical" || !lodging
|
||||||
}),
|
}),
|
||||||
huh.NewGroup(
|
huh.NewGroup(
|
||||||
huh.NewInput().Title("Do you have any food allergies I should be aware of?").
|
huh.NewInput().Title("Do you have any food allergies I should be aware of?").
|
||||||
|
Loading…
x
Reference in New Issue
Block a user