[console_scripts]
cli2 = cli2.cli2:main.entry_point
cli2-example = cli2.examples.obj:cli.entry_point
cli2-example-client = cli2.examples.client:cli.entry_point
cli2-example-nesting = cli2.examples.nesting:cli.entry_point
cli2-example2 = cli2.examples.obj2:cli.entry_point

[pytest11]
cli2-ansible-fixtures = cli2.ansible.pytest
