Skip to content
Commit d733cb47 authored by Satyam Zode's avatar Satyam Zode Committed by Reiner Herrmann
Browse files

Add argument completion feature to diffoscope

This should enable argument completion for diffoscope.

For argument completion `python-argcomplete` module needs to be installed.

If `python-argcomplete` module is not installed and tab is pressed then
diffoscope returns with status 1.

RangeCompleter class is used as completer for different options having
integer arguments.

Add documentation for argcomplete in README.rst.

Closes: #826711
parent 6f57843d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment