Open elfenpiff opened 1 month ago
cc @orecham maybe you can provide a bit more details what steps one has to make and also provide a name suggestion directly in the issue description.
@elfenpiff Made a rough plan, the implementer can take some creative liberties though, if they have ideas that make more sense
Brief feature description
The file
iceoryx2-bb/posix/src/system_configuration.rs
provides the interface to the configuration of all system resources and aprint_system_configuration()
function to show them. Now, sinceiox2
is finally here, we should remove the functionprint_system_configuration()
and move it into aniox2-config
command to show the config from the command line.iox2-config
in the crateiceoryx2-cli
show
to show the currently used configurationgenerate
that generates a default configuration file in the default location thaticeoryx2
looks for it