Add versionadded directive for new check_exists function.

This commit is contained in:
rallytime 2015-12-28 12:32:42 -07:00
parent ca290ec3e1
commit aab35b883e

View file

@ -84,6 +84,8 @@ def check_exists(name, path):
'''
Check if the given path is an alternative for a name.
.. versionadded:: 2015.8.4
CLI Example:
.. code-block:: bash