pubs/pubs/pubs
Olivier Mangin af73d4ed64 Basic autocompletion with argcomplete.
Only support pubs command completion.
2017-07-08 00:10:15 -04:00

9 lines
117 B
Python
Executable File

#!/usr/bin/env python
# -*- coding:utf-8 -*-
# PYTHON_ARGCOMPLETE_OK
from pubs import pubs_cmd
pubs_cmd.execute()