ports/devel/py-argcomplete/pkg/DESCR

8 lines
235 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script.
It makes two assumptions:
* You're using bash as your shell
* You're using argparse to manage your command line arguments/options