Remove positional vars
Created by: chrismwendt
Previously there were 2 ways of specifying variables: positional and JSON.
You can still provide vars in JSON format:
echo '<query>' | src api -vars '{"var1":"val1, "var2":"val2"}'
Created by: chrismwendt
Previously there were 2 ways of specifying variables: positional and JSON.
You can still provide vars in JSON format:
echo '<query>' | src api -vars '{"var1":"val1, "var2":"val2"}'