Influx cli query not working

Hi I’m tring to query data from influx cli but its not working.

Is there a syntax problem?

this is the command that I used

influx query -t token value -o test_org -b t from(bucket: “t”) |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r[“_measurement”] == “accel”) |> filter(fn: (r) => r[“tagname”] == “accel”)