On 12 Nov 2018, Gabriel F. T. Gomes wrote: >I suppose it would be OK to add --debug, --nodeps, --ifcrashed, >--ifstarted, --ifstopped, --resolve, --dry-run, --version, --verbose.
I added these options (as well as the short options, such as -d, -h, etc.) to the completions file. I also removed the `valid_options' processing, because it caused completions to not fully expand even when they were an exact match, for instance: # rc-service --he[TAB][TAB] --he --help # rc-service --he[CURSOR] when it should have been automatically expanded to: # rc-service --help [CURSOR] I'll forward the original file with the changes upstream. Thank you! Gabriel