Skip to content

Commit 5c8b39a

Browse files
committed
test(doctest): Example config fixture
1 parent 417e6f8 commit 5c8b39a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tmuxp/config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ def in_cwd():
100100
-------
101101
list
102102
configs in current working directory
103+
104+
Examples
105+
--------
106+
>>> sorted(in_cwd())
107+
['.tmuxp.json', '.tmuxp.yaml']
103108
"""
104109
configs = []
105110

0 commit comments

Comments
 (0)