InputToCommands reads from the given io.Reader (e.g. os.Stdin) and uses the data there to replace values like $1.uuid in the args. It returns a [][]string which is a set of rows, each with a slice of string values.
(r io.Reader, args []string, explodeArrays bool)
source not stored for this graph (policy: none)