Use a command class's `__doc__` if `overview` does not exist
Metadata
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.