30.3. Enum options

Some options expect a value which is one of the values in an enum, f.ex. direction part of relationship type filtering where there’s INCOMING, OUTGOING and BOTH. All such values can be supplied in an easier way. It’s enough that you write the start of the value and the interpreter will find what you really meant. F.ex. out, in, i or even INCOMING.