Deprecated: use github.com/deepmap/oapi-codegen/v2 as major version v1 is no longer maintained. The upgrade path is smooth (see https://github.com/deepmap/oapi-codegen/releases/tag/v2.0.0 for more details) and only introduces a reduced set of dependencies, as well as future releases introducing a large number of enhancements and bug fixes
The input mapping is experessed on the command line as `key1:value1,key2:value2,...`
We parse it here, but need to keep in mind that keys or values may contain
commas and colons. We will allow escaping those using double quotes, so
when passing in "key1":"value1", we will not look inside the quoted sections.