mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
added docs to CLI docstringsadded
removed 'now intermediate build files' from repo adjusted gitignore
This commit is contained in:
@@ -40,7 +40,10 @@ except ImportError:
|
||||
|
||||
|
||||
class DocCLI(CLI):
|
||||
""" Doc command line class """
|
||||
''' displays information on modules installed in Ansible libraries.
|
||||
It displays a terse listing of plugins and their short descriptions,
|
||||
provides a printout of their DOCUMENTATION strings,
|
||||
and it can create a short "snippet" which can be pasted into a playbook. '''
|
||||
|
||||
def __init__(self, args):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user