document cli option for cmd_subset

It would be really nice to have a better name for `cmd_cli` in a future
release, possibly cmd_gen.  I don't feel comfortable making this change in
2017.7 though
This commit is contained in:
Daniel Wallace 2018-04-03 15:07:36 -05:00
parent 4a3ed6607d
commit 0151013ddb
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -481,6 +481,8 @@ class LocalClient(object):
following exceptions.
:param sub: The number of systems to execute on
:param cli: When this is set to True, a generator is returned,
otherwise a dictionary of the minion returns is returned
.. code-block:: python