mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
4a3ed6607d
commit
0151013ddb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue