You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to figure out the difference between options and properties.
The doc says most options are valid properties to mp.get/set_property as well.
I noticed that, --list-properties also includes something not documented in Properties.
Just to make sure, are they valid options as properties? Are those options listed all writeable?
If it is I think it'd better to change this note to mention --list-properties instead
Most options can be set at runtime via properties as well. Just remove the leading -- from the option name. These are not documented below, see OPTIONS instead. Only properties which do not exist as option with the same name, or which have very different behavior from the options are documented below.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I was trying to figure out the difference between options and properties.
The doc says most options are valid properties to
mp.get/set_propertyas well.I noticed that,
--list-propertiesalso includes something not documented in Properties.Just to make sure, are they valid options as properties? Are those options listed all writeable?
If it is I think it'd better to change this note to mention
--list-propertiesinsteadAll reactions