Currently `find_key_chain()` has the `*` operator to match all. Lets have an option to pass a list as an element to match multiple. E.g. `[ 'my', 'key', ['chain', 'rope'] ]` returns `['A', 5]`
Currently
find_key_chain()has the*operator to match all. Lets have an option to pass a list as an element to match multiple.E.g.
[ 'my', 'key', ['chain', 'rope'] ]returns
['A', 5]