From 981aab8e7d1e3d27c92715b871c0ff2d91f8332d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 28 Jan 2014 06:45:38 +0100 Subject: [PATCH] Update command docstring --- qutebrowser/commands/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qutebrowser/commands/__init__.py b/qutebrowser/commands/__init__.py index 0bea5c8c8..57a561393 100644 --- a/qutebrowser/commands/__init__.py +++ b/qutebrowser/commands/__init__.py @@ -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 """