mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
show filename for module
This commit is contained in:
parent
c46ef98496
commit
f533f6603c
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class DocCLI(CLI):
|
|||
|
||||
opt_indent=" "
|
||||
text = []
|
||||
text.append("> %s\n" % doc['module'].upper())
|
||||
text.append("> %s (%s)\n" % (doc['module'].upper(), doc['filename']))
|
||||
pad = display.columns * 0.20
|
||||
limit = max(display.columns - int(pad), 70)
|
||||
|
||||
|
|
Loading…
Reference in a new issue