You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmdio: wrap promptui so callers stop importing it directly (#5174)
## Summary
- Add `cmdio.SelectOptions`/`RunSelect` and
`cmdio.PromptOptions`/`RunPrompt` as a neutral surface around promptui.
- Migrate 4 `RunSelect` callers and 6 `Prompt` callers across
`cmd/auth`, `cmd/configure`, and `libs/databrickscfg`. After this
change, promptui is only imported under `libs/cmdio`, making a future
swap of the prompt library a one-package change.
- Behavior is unchanged.
This pull request and its description were written by Isaac.
0 commit comments