update comments

This commit is contained in:
sq 2021-05-26 12:51:56 -04:00
parent c3f2942b85
commit 90d21a02dd
No known key found for this signature in database
GPG Key ID: 7AF3499CBA8E6251
2 changed files with 3 additions and 3 deletions

6
tui.go

@ -21,9 +21,9 @@ var _ScanMgr *scanStuff.Meta
type model struct {
choices []string // items on the to-do list
choices []string // items on the device list
cursor int // which to-do list item our cursor is pointing at
selected map[int]struct{} // which to-do items are selected
selected map[int]struct{} // which device items are selected
spinner spinner.Model
}
@ -46,7 +46,7 @@ var initialModel = model {
func initializeRadios() {
// print banner for style points
// dust.Splash()
// dust.Splash()
flag.Parse()