What I’m trying to do
Set a property’s value to be a list of at least two items using property:set within the CLI.
Things I have tried
Setting value= to every reasonable combination of whitespace, bullets, and so on that I could think of.
I’ve checked the user guide and found only this snippet with no example:
”””
property:set
Set a property on a file (default: active file).
name=<name> # (required) property name
value=<value> # (required) property value
type=text|list|number|checkbox|date|datetime # property type
file=<name> # file name
path=<path> # file path
“““