We have always had a custom command line option parser in curl. It is fast and uncomplicated and gives us the perfect mix of flexibility and function. It also saves us from importing or using code with another license. In one aspect it has behaved slightly different than many other command line parsers: the way … Continue reading option parsing in curl→