Skip to content

pmb.helpers.cli: fix TAB-completion of items with hyphens

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

Before this fix tab completion of names with hyphens were not done: try for example to complete UI package name in pmbootstrap init with hyphen, like plasma-mobile or plasma-desktop. Now this is handled correctly (hyphen is not considered as delimeter).

Merge request reports