mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2024-12-08 07:01:48 +01:00
9d71ef36b9
* introduced CommandConfig object * added dry_run for start command * added test to start_dry_run * added dry_run recap * fixed import * improved printing * fixed zulip debug info * improved recap dry-run print
6 lines
75 B
Python
6 lines
75 B
Python
import click
|
|
|
|
|
|
def print_reports(reports) -> None:
|
|
click.echo(reports)
|