tweaks to providers yaml structure

This commit is contained in:
Max Howell 2023-04-21 15:45:40 -04:00
parent a1b5998762
commit 2f050b71b0
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC
2 changed files with 4 additions and 4 deletions

View file

@ -4,4 +4,4 @@ cmds:
- hardhat
- kill-port
args:
...: [npx, exec, --, '{{cmd}}']
[npx, --yes]

View file

@ -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, --]