diff options
Diffstat (limited to 'python/argcomplete/README')
-rw-r--r-- | python/argcomplete/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/argcomplete/README b/python/argcomplete/README new file mode 100644 index 0000000000..5696927122 --- /dev/null +++ b/python/argcomplete/README @@ -0,0 +1,9 @@ +Bash tab completion for argparse. + +Tab complete all the things! + +Argcomplete provides easy, extensible command line tab completion of arguments +for your Python script. + +You need to run activate-global-python-argcomplete script once you install +this package |