← Back to issue list

Use a command class's `__doc__` if `overview` does not exist

View original Github issue

Metadata

Project
craft-cli
Number
#253
Type
issue
State
open
Author
lengau
Labels
Created
2024-04-22 18:03:25+00:00
Updated
2024-06-06 13:54:19+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

### What needs to get done The `overview` attribute is often duplicative of a command class's docstring. If the `overview` attribute doesn't exist, use the command's docstring instead. ### Why it needs to get done Helps make automatic documentation better, since it'll display the command docs.

Evaluation history

No evaluation history available.