AutoYADM commit: 2025-02-12 12:50:06

This commit is contained in:
Daniel Fichtinger 2025-02-12 12:50:06 -05:00
parent 603f754475
commit 2cd3272dac
4 changed files with 28 additions and 2 deletions

View file

@ -17,3 +17,12 @@ extract = [
{ run = 'ouch d -y "%*"', desc = "Extract here with ouch", for = "windows" },
{ run = 'ouch d -y "$@"', desc = "Extract here with ouch", for = "unix" },
]
[[plugin.prepend_fetchers]]
id = "git"
name = "*"
run = "git"
[[plugin.prepend_fetchers]]
id = "git"
name = "*/"
run = "git"