ansible/lib/ansible/cli
Sam Doran b3ce3fc5eb
Restore ansible --version output (#55728)
* 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
2019-04-29 16:38:31 -04:00
..
arguments Restore ansible --version output (#55728) 2019-04-29 16:38:31 -04:00
__init__.py Restore ansible --version output (#55728) 2019-04-29 16:38:31 -04:00
adhoc.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
config.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
console.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
doc.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
galaxy.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
inventory.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
playbook.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
pull.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
vault.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00