Description
Add an option to the argument parsing --help that at least prints out a usage string with the available arguments. Something automatic would be better, but being in pure C really limits our options... something manually written would be a fine start.
Motivation
Even for an experienced ROS 2 user, it's not easy to always remember what the commandline arguments are supposed to be to nodes. However, there's no usage text like in most CLI parsers. Let's add one to describe the args that are available.
Design / Implementation Considerations
No response
Additional Information
No response
Description
Add an option to the argument parsing
--helpthat at least prints out a usage string with the available arguments. Something automatic would be better, but being in pure C really limits our options... something manually written would be a fine start.Motivation
Even for an experienced ROS 2 user, it's not easy to always remember what the commandline arguments are supposed to be to nodes. However, there's no usage text like in most CLI parsers. Let's add one to describe the args that are available.
Design / Implementation Considerations
No response
Additional Information
No response