Compare commits
8 Commits
e7e3e26712
...
10bf881060
| Author | SHA1 | Date | |
|---|---|---|---|
| 10bf881060 | |||
| ced39127c9 | |||
| fc1b8006a0 | |||
| aa89270876 | |||
| 0d6a6dd604 | |||
| 580c86e948 | |||
| 879831d7f5 | |||
| dfc1261931 |
@ -247,6 +247,7 @@ class Message():
|
|||||||
path: pathlib.Path,
|
path: pathlib.Path,
|
||||||
glob: Optional[str] = None,
|
glob: Optional[str] = None,
|
||||||
prefix: Optional[str] = None) -> set[Tag]:
|
prefix: Optional[str] = None) -> set[Tag]:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Return only the tags from message files in the given directory.
|
Return only the tags from message files in the given directory.
|
||||||
The files can be filtered using 'glob', the tags by using 'prefix'.
|
The files can be filtered using 'glob', the tags by using 'prefix'.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user