Improve configtypes.Command docs
This commit is contained in:
parent
64b783d9c0
commit
1c76a51c1e
@ -3166,7 +3166,7 @@ This setting is only available with the QtWebKit backend.
|
||||
When setting from a string, `1`, `yes`, `on` and `true` count as true, while `0`, `no`, `off` and `false` count as false (case-insensitive).
|
||||
|BoolAsk|Like `Bool`, but `ask` is allowed as additional value.
|
||||
|ColorSystem|The color system to use for color interpolation.
|
||||
|Command|Base class for a command value with arguments.
|
||||
|Command|A qutebrowser command with arguments.
|
||||
|ConfirmQuit|Whether to display a confirmation when the window is closed.
|
||||
|Dict|A dictionary of values.
|
||||
|
||||
|
@ -773,7 +773,7 @@ class PercOrInt(_Numeric):
|
||||
|
||||
class Command(BaseType):
|
||||
|
||||
"""Base class for a command value with arguments.
|
||||
"""A qutebrowser command with arguments.
|
||||
|
||||
//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user