ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
309 stars 21 forks source link

Erbb refactor args #557

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

This PR refactors the way we handle the erbb command line, to introduce named arguments. It used to be only positional arguments, but that didn't prove to be really extensible.

It also enhances completion by using a PEG, and finally makes the fish completion use this common completion function.