8 lines
141 B
TOML
8 lines
141 B
TOML
[opener]
|
|
extract = []
|
|
|
|
[plugin]
|
|
prepend_fetchers = [
|
|
{ id = "git", name = "*", run = "git" },
|
|
{ id = "git", name = "*/", run = "git" }
|
|
]
|