terminalizer
terminalizer copied to clipboard
--config does not accept .yaml
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