ansible/test/units/cli
Matt Martz db6cc60352
Migrate command line parsing to argparse (#50610)
* Start of migration to argparse

* various fixes and improvements

* Linting fixes

* Test fixes

* Fix vault_password_files

* Add PrependAction for argparse

* A bunch of additional tweak/fixes

* Fix ansible-config tests

* Fix man page generation

* linting fix

* More adhoc pattern fixes

* Add changelog fragment

* Add support for argcomplete

* Enable argcomplete global completion

* Rename PrependAction to PrependListAction to better describe what it does

* Add documentation for installing and configuring argcomplete

* Address rebase issues

* Fix display encoding for vault

* Fix line length

* Address rebase issues

* Handle rebase issues

* Use mutually exclusive group instead of handling manually

* Fix rebase issues

* Address rebase issue

* Update version added for argcomplete support

* -e must be given a value

* ci_complete
2019-04-23 13:54:39 -05:00
..
arguments Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
test_data/role_skeleton Link to the Galaxy platforms list from the meta file template (#34046) 2018-09-17 13:39:54 -05:00
__init__.py
test_adhoc.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
test_cli.py Split up the base_parser function 2019-01-03 18:12:23 -08:00
test_console.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_galaxy.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
test_playbook.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
test_vault.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00