def dmsg(*args): if click.get_current_context().meta['output-logmsg'] == 'debug': click.secho(*args, err=True, fg='yellow')