Add CLI example so test_valid_docs test passes

This commit is contained in:
C. R. Oldham 2013-11-11 14:56:22 -07:00
parent 5f39eacbc1
commit 7561944049

View File

@ -190,6 +190,12 @@ def arg_type(*args, **kwargs):
'''
Print out the types of the args and kwargs. This is used to test the types
of the args and kwargs passed down to the minion
CLI Example:
.. code-block:: bash
salt '*' test.arg_type 1 'int'
'''
ret = {'args': [], 'kwargs': {}}
# all the args