def info(*args): if click.get_current_context().meta['output-logmsg'] != 'silent': click.secho(*args, err=True, fg='green')