Splat and numeric keys!
Prefix Splat!
Fixes #218
Delete Splat!
Fixes #175
Support numeric keys
Note there is a (slight) backwards incompatible change.
When there is no match at a given path, numeric keys are assumed to be strings.
To create an array '+' must be used.
e.g:
yq n thing[+].cat fred
will create an array under thing, whereas
yq n thing[0].cat fred
will create a map under thing, with a key '0'
Extra help description
From #242
Thanks @georgicodes