gnulib-tool-py
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnulib-tool-py] autocomplete arguments


From: Dmitriy Selyutin
Subject: [gnulib-tool-py] autocomplete arguments
Date: Mon, 14 May 2012 16:51:21 +0400

Hi everyone!

Recently I was surprised that there is module which provides autocomplete for options[1]. It was a pity to see that it uses optparse and it is not clear when it will be available for argparse. As you know optparse module is old and will be deprecated. However, autocomplete is a very useful feature. As I've understood we can provide similar possibility for argparse[2]. Is it a good idea? At this time it only a plan, nothing more, so it can be not implemented due to lack of time. However, can we implement this feature in the future?

[1] http://furius.ca/optcomplete/
[2] http://stackoverflow.com/a/9571453

reply via email to

[Prev in Thread] Current Thread [Next in Thread]