Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cog: add -O/--platform-options command line option
Adds ability to directly pass parameters to the platform plugins. Example: cog --platform FOO --platform-options "bar=1,baz" https://example.com cog -P FOO -O "bar=1,baz" https://example.com The option syntax is platform-plugin dependant. Current platform plugins (drm,x11,fdo,headless) do not support any options.
- Loading branch information