skeleton/hooks.py.tmpl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 12 May 2014 12:37:19 +0200
changeset 9740 c0239d8ae742
parent 8207 c04676b16c59
permissions -rw-r--r--
[shell] provide autocompletion for rql queries in cubicweb-ctl shell (closes #3560541) Use the ``rql.suggestions`` component to complete user's input - readline calls the ``complete`` method with user's input, - the ``complete`` method asks for each known completers if it can suggest completions for user's input.

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s specific hooks and operations"""