With this simple yaml file: ```yaml example: - version - --version ``` The command line behavior when pressing tab repeatedly is: ```sh $ example version version version version version ``` The desired behavior is that it can only occur once.
With this simple yaml file:
The command line behavior when pressing tab repeatedly is:
The desired behavior is that it can only occur once.