You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running terminalizer record and passing the --config flag, terminalizer does not accept files with the extension .yaml. Renaming the same file to .yml works
❌ terminalizer record --config terminalizer-config.yaml demo
✅ terminalizer record --config terminalizer-config.yml demo
Both the files are exactly the same, just renamed
The text was updated successfully, but these errors were encountered:
when running
terminalizer record
and passing the--config
flag, terminalizer does not accept files with the extension.yaml
. Renaming the same file to.yml
works❌
terminalizer record --config terminalizer-config.yaml demo
✅
terminalizer record --config terminalizer-config.yml demo
Both the files are exactly the same, just renamed
The text was updated successfully, but these errors were encountered: