What problem does this solve?
Currently the drif command outputs a !! for blocking drift and a ~ for a non-blocking one.
However this is not documented, it can only be seen in the code:
|
mark = "!!" if d.is_blocking else " ~" |
Proposed solution
Add a description of the meaning of marks in the command help or in the summarized output, to help user to better identify issues.
Alternatives you considered
No response
What problem does this solve?
Currently the drif command outputs a
!!for blocking drift and a~for a non-blocking one.However this is not documented, it can only be seen in the code:
django-orm-lens/cli/django_orm_lens/drift.py
Line 305 in 9e25025
Proposed solution
Add a description of the meaning of marks in the command help or in the summarized output, to help user to better identify issues.
Alternatives you considered
No response