Using cmaj render always returns ' Expected the option --output' despite providing the correct flag.
Setup
Arch Linux running 6.8.5-arch1-1 kernel according to uname -r
Cmajor version: 1.0.2454
Steps to reproduce
When in root of repository, execute: cmaj render --input input.wav --output output.wav ../examples/patches/ZitaReverb/ZitaReverb.cmajorpatch, assuming that input file is actually somewhere on disk.
Actually, just running cmaj render --help will give you the same result
TL;DR
Using
cmaj render
always returns ' Expected the option --output' despite providing the correct flag.Setup
uname -r
Steps to reproduce
cmaj render --input input.wav --output output.wav ../examples/patches/ZitaReverb/ZitaReverb.cmajorpatch
, assuming that input file is actually somewhere on disk.cmaj render --help
will give you the same result