Skip to content

Add tab completion for almost every question of init action

Alexey Min requested to merge ask-tab-completion into master

During "pmbootstrap init" add tab completion options for:

  • vendor
  • codename
  • kernel
  • ui package,
  • keymap
  • qemu mesa driver

pmb.helpers.cli: Add a helper class that provides readline-based tab completion and an extra optional argument to ask() "completion_choices" with possible completion targets.

Edited by Alexey Min

Merge request reports