Skip to content

pmb.helpers.cli: set empty completer for no completion

Luca Weiss requested to merge autocomplete-filesystem into master
The default completer suggests files from the file system which we
really don't want here.
This can be tested with the 'Manufacturer' field for new devices.

Setting it to a custom lambda instead of None disables the completion
instead of using the default completer.

Merge request reports