Improve cli argument parsing #31
Labels
difficulty: medium
Somewhat difficult to solve
priority: low
status: needs design
This feature needs design work to move forward
type: enhancement
New feature or request
Currently we have various limitations of how to specify cli arguments. An out-of-the-box solution like
clap
¹ would be helpful.One limitation example is that it's only possible to pass the linker script as
-Tmemory.x
, but not as-T memory.x
.¹ -
clap
in particular isn't currently easily implementable (see #29 for one approach), but would be with one of clap-rs/clap#1880, clap-rs/clap#1404.The text was updated successfully, but these errors were encountered: