community.general/lib/ansible/cli
Toshio Kuratomi 27c7d5bb01 Move the arguments module into cli/ and context_objects into utils
* Note: Python2 is not as intelligent at detecting false import loops as
  Python3.  context_objects.py cannot be added to cli/arguments because it
  would set up an import loop between cli/__init__.py,
  cli/arguments/context_objects.py, and context.py on Python2.

ci_complete
2019-01-03 18:12:23 -08:00
..
arguments Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
__init__.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
adhoc.py Move the arguments module into cli/ and context_objects into utils 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 Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
doc.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
galaxy.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
inventory.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
playbook.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
pull.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00
vault.py Move the arguments module into cli/ and context_objects into utils 2019-01-03 18:12:23 -08:00