def get_options()

in service/azservice/__main__.py [0:0]


def get_options(options):
    return [ option for option in [
        option if isinstance(option, str) else
        option.target if hasattr(option, 'target') else
        None
    for option in options ] if option ]