1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/docs/docsite/rst
Toshio Kuratomi afdbb0d9d5 Save the command line arguments into a global context
* Once cli args are parsed, they're constant.  So, save the parsed args
  into the global context for everyone else to use them from now on.
* Port cli scripts to use the CLIARGS in the context
* Refactor call to parse cli args into the run() method
* Fix unittests for changes to the internals of CLI arg parsing
* Port callback plugins to use context.CLIARGS
  * Got rid of the private self._options attribute
  * Use context.CLIARGS in the individual callback plugins instead.
  * Also output positional arguments in default and unixy plugins
  * Code has been simplified since we're now dealing with a dict rather
    than Optparse.Value
2019-01-03 18:12:23 -08:00
..
api link from API stub page to module_utils page (#49831) 2018-12-12 14:20:42 -06:00
community Making changes to the Community Guide index (#49670) 2018-12-12 13:49:00 -06:00
dev_guide removes space from example of L(link) syntax (#49908) 2018-12-14 09:15:57 -06:00
installation_guide uses correct highlighting (#50457) 2019-01-02 13:28:35 -05:00
inventory Update implicit_localhost.rst (#45455) 2018-09-11 15:17:50 -05:00
network Log device interaction and push labeled logs back to controller (#50028) 2018-12-21 10:31:43 -05:00
plugins inventory plugin order: update doc 2018-12-12 09:35:13 -08:00
porting_guides Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
reference_appendices Add galaxy.html#dependencies link (#49984) 2019-01-03 12:06:10 -05:00
roadmap Clean up some roadmap dates (#49630) 2018-12-07 16:56:44 -06:00
scenario_guides gcp: documentation update (#50183) 2019-01-03 10:02:46 -05:00
user_guide Add galaxy.html#dependencies link (#49984) 2019-01-03 12:06:10 -05:00
vmware VMware: added documentation for missing netplan support (#46685) 2018-11-24 12:02:04 +05:30
conf.py Pull documentation of ansible.module_utils.basic from (improved) doc strings. (#48416) 2018-12-10 09:17:15 -06:00
index.rst updates language about documentation versions and releases on index page (#46465) 2018-10-04 15:26:37 -04:00