You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/parsing
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
7 years ago
..
utils Remove use of simplejson throughout code base (#43548) 7 years ago
vault Migrate command line parsing to argparse (#50610) 7 years ago
yaml unsafe cleanup 7 years ago
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 10 years ago
ajson.py add note to inform awx team on change 7 years ago
dataloader.py dataloader: check exact value of dir (#52021) 7 years ago
metadata.py Guard against assignments that are not ast.Name in docs parsing (#35513) 8 years ago
mod_args.py Collection content loading (#52194) 7 years ago
plugin_docs.py Update bare exceptions to specify Exception. 7 years ago
quoting.py ansible/parsing: PEP8 compliancy (#24701) 9 years ago
splitter.py Ensure _raw_params retain exact spaces 7 years ago