community.general/lib/ansible/cli
Toshio Kuratomi ed8e60d804 Cleanups and fixes to cli
* Mark methods which are really functions as staticmethod
* Fix calls to other staticmethods to use the subclass rather than the
  base class so that any inheritance overriding will be honored.
* Remove unnecessary logic and dead code
* Fix a typo in a docstring of how to implement subclass init_parser()
  methods
* Call superclass's post_process_args in ansible-doc
* Fix copyright comment according to suggested practice
2019-01-03 18:12:23 -08:00
..
__init__.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
adhoc.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
config.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
console.py Split up the base_parser function 2019-01-03 18:12:23 -08:00
doc.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
galaxy.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
inventory.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
playbook.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
pull.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00
vault.py Cleanups and fixes to cli 2019-01-03 18:12:23 -08:00