terminalizer icon indicating copy to clipboard operation
terminalizer copied to clipboard

--config does not accept .yaml

Open Moulick opened this issue 3 years ago • 0 comments

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 demoterminalizer record --config terminalizer-config.yml demo

Both the files are exactly the same, just renamed

Moulick avatar Jan 03 '23 09:01 Moulick