Update command docstring

This commit is contained in:
Florian Bruhin 2014-01-28 06:45:38 +01:00
parent c2ee83cb48
commit 981aab8e7d

View File

@ -13,6 +13,10 @@ A command class can set the following properties:
split_args -- If arguments should be split or not. Default: True
count -- If the command supports a count. Default: False
hide -- If the command should be hidden in tab completion. Default: False
desc -- Description of the command
"""