File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 16
16
.. class :: MarkdownHelpCommand
17
17
MarkdownHelpGroup
18
18
19
+ Bases: :class: `~.MarkdownHelpMixin `
20
+
19
21
Subclasses of :class: `click.Command ` and :class: `click.Group `
20
22
which treat the help text as markdown and print a rendered representation.
21
23
30
32
31
33
.. automethod :: MarkdownHelpCommand.parse_args
32
34
35
+ .. autoclass :: consolekit.commands.MarkdownHelpMixin
36
+ :no-autosummary:
33
37
34
- .. automodule :: consolekit.commands
35
- :exclude-members: ContextInheritingGroup,MarkdownHelpCommand,MarkdownHelpGroup
38
+ .. class :: RawHelpCommand
39
+ RawHelpGroup
40
+
41
+ Bases: :class: `~.RawHelpMixin `
42
+
43
+ Subclasses of :class: `click.Command ` and :class: `click.Group `
44
+ which leave the help text unformatted.
45
+
46
+ .. versionadded :: 0.8.0
47
+
48
+ .. autoclass :: consolekit.commands.RawHelpMixin
49
+ :no-autosummary:
50
+
51
+ .. autoclass :: consolekit.commands.SuggestionGroup
36
52
:no-autosummary:
37
- :no-docstring:
You can’t perform that action at this time.
0 commit comments