eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.03k stars 40 forks source link

Factor out commonalities of CLI setup into lib #412

Open orecham opened 1 month ago

orecham commented 1 month ago

Improvement Suggestion

  1. Currently iox2 CLIs must set up a bunch of boilerplate
  2. Factoring out the common parts could reduce manual boilerplate allow for uniformity across CLI implementations