add comments and change cmdline file to kernel_args

This commit is contained in:
HikariKnight 2023-04-09 18:20:34 +02:00
parent be3bcb02f7
commit ca1eedad1c
2 changed files with 3 additions and 1 deletions

View file

@ -85,9 +85,11 @@ func (m *model) processSelection() bool {
m.focused++
case DONE:
// Return true so that the application will exit nicely
return true
}
// Return false as we are not done
return false
}