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/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
6 years ago
..
__init__.py Cleanups and fixes to cli 6 years ago
adhoc.py Cleanups and fixes to cli 6 years ago
config.py Cleanups and fixes to cli 6 years ago
console.py Split up the base_parser function 6 years ago
doc.py Cleanups and fixes to cli 6 years ago
galaxy.py Cleanups and fixes to cli 6 years ago
inventory.py Cleanups and fixes to cli 6 years ago
playbook.py Cleanups and fixes to cli 6 years ago
pull.py Cleanups and fixes to cli 6 years ago
vault.py Cleanups and fixes to cli 6 years ago