mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* Add custom action class for version info * Use args from CLI as prog for ArgumentParser object * Make prog a required parameter of create_base_parser() and update all uses to pass in the newly required parameter. * Add unit test for checking ansible --version * Update other related unit tests |
||
|---|---|---|
| .. | ||
| arguments | ||
| test_data/role_skeleton | ||
| __init__.py | ||
| test_adhoc.py | ||
| test_cli.py | ||
| test_console.py | ||
| test_galaxy.py | ||
| test_playbook.py | ||
| test_vault.py | ||