E.g. a command like
.\vcpkg.exe create somepackage http://somewhere.com/somepackage.zip a:b:c.zip
fails with
Error: Too many colons: a:b:c.zip
Example:
vcpkg create zlib:x64-windows
Even though I admit that a:b:c.zip may not be a very good choice for the filename it should still be valid.
E.g. a command like
.\vcpkg.exe create somepackage http://somewhere.com/somepackage.zip a:b:c.zipfails with
Even though I admit that
a:b:c.zipmay not be a very good choice for the filename it should still be valid.