mirror of
https://github.com/systemd/systemd.git
synced 2026-07-12 02:24:15 +00:00
These two completers are written in a stacked _arguments style, and some generic options are valid before or after the verb. If the toplevel _arguments is permitted to match options after the verb, it will halt completion prematurely, so stop toplevel matching after the verb. This corrects the following error: $ userdbctl --output=class user <TAB> # completes users $ userdbctl user --output=class <TAB> # completes nothing