mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
tweaks to providers yaml structure
This commit is contained in:
parent
a1b5998762
commit
2f050b71b0
|
@ -4,4 +4,4 @@ cmds:
|
|||
- hardhat
|
||||
- kill-port
|
||||
args:
|
||||
...: [npx, exec, --, '{{cmd}}']
|
||||
[npx, --yes]
|
||||
|
|
|
@ -4,6 +4,6 @@ cmds:
|
|||
- openai
|
||||
- huggingface-cli
|
||||
args:
|
||||
pygmentize: [pipx, run, --spec, pygments, '{{cmd}}']
|
||||
huggingface-cli: pipx run --spec huggingface_hub -- '{{cmd}}'
|
||||
...: [pipx, run, '--', '{{cmd}}']
|
||||
pygmentize: [pipx, run, --spec, pygments]
|
||||
huggingface-cli: pipx run --spec huggingface_hub
|
||||
...: [pipx, run, --]
|
||||
|
|
Loading…
Reference in a new issue