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