Document cmdutils.aliases attribute.

This commit is contained in:
Florian Bruhin 2015-08-17 21:13:23 +02:00
parent 9cd2f6ba24
commit 127514f719

View File

@ -21,6 +21,7 @@
Module attributes:
cmd_dict: A mapping from command-strings to command objects.
aliases: A list of all aliases, needed for doc generation.
"""
from qutebrowser.utils import qtutils, log