Versions in this module Expand all Collapse all v0 v0.2.0 May 11, 2026 Changes in this version + var DoctorCmd = cobra.Command + var SetupCmd = cobra.Command + func MigrateConfig(configPath string) bool + func NewSetupModel(configPath string) tea.Model + func SetupIsDone(m tea.Model) bool + func SetupIsFirstScreen(m tea.Model) bool + type DiskInfo struct + Device string + FSType string + FreeGB string + Path string + SizeGB string + func DetectDisks() []DiskInfo + func (d DiskInfo) FormatDiskOption() string