community.general/lib/ansible/parsing
Will Thames 4bfed06514 Make ModuleArgsParser more understandable (#13974)
* Make ModuleArgsParser more understandable

Both comments and method names for handling new/old
style parameters are switched around

Made comments and method names reflect actual code paths
taken.

* Further improve mod_args.py comments

Ensure output formats are correctly documented,
remove some of the 'opinion' about which formats are
valid, and try and clarify the situations under which
certain code paths are hit.

Stop talking about the YAML command-type form as 'extra
gross' when it's the documented example form for command
etc.!
2017-01-12 18:22:54 -08:00
..
utils
vault minor spelling changes 2016-12-13 13:51:13 -05:00
yaml Add a encode() to AnsibleVaultEncryptedUnicode (#19840) 2017-01-04 12:17:19 -05:00
__init__.py
dataloader.py Fix regression in search path behaviour 2016-12-14 10:33:14 -05:00
mod_args.py Make ModuleArgsParser more understandable (#13974) 2017-01-12 18:22:54 -08:00
quoting.py
splitter.py