Skip to content

Add autocompletion to quiqqer.php

When working with the CLI and calling quiqqer.php I'd like to have auto-completion for the commands that can be called.
It seems like it can be implemented using the "readline_completion_function"-method.

How do you think about implementing this, @henbug?