Skip to content

[fix] click echo to not fail in bdt dev install

Yannick DAYER requested to merge fix-echo into master

click.echo does not behave like print: Only one argument will be printed. The next args are "destination file", and some flags.

Merge request reports