Hi all,
I was trying to figure out if there is a way to make the short options use more than one letter to create an abbrieviation. For example:
desc.add_options()
("resolution","re","Choose resolution")
("raster-level,"rl","Chhose raster mode")
....
I know that by convention and definition, short options are just -(letter), so that when you ask to print help, you get something like: