Skip to content
Snippets Groups Projects
Commit e8b15c82 authored by Antoine Lambert's avatar Antoine Lambert Committed by Antoine Lambert
Browse files

cli: Prevent YAML wrapping in help displayed by Click

The default behavior of Click is to rewrap text based on the width of
the terminal but as a consequence it makes the sample YAML config for
the scrubber displayed in command help quite unreadable as indentation
is lost.

So use \b markers in docstring to ensure proper display of the YAML
config by Click.
parent f406942a
No related branches found
No related tags found
No related merge requests found
Pipeline #8202 passed