4.5.0
Features
-
interpolate
now supports the dot notation to reference array values.
For example,$ echo "person: ((people.1))" | om interpolate -c - -l <(echo "people: [Bob, Susie, Diane]") person: Susie
interpolate
now supports the dot notation to reference array values.
For example,
$ echo "person: ((people.1))" | om interpolate -c - -l <(echo "people: [Bob, Susie, Diane]")
person: Susie